Html Css Color HEX #F13FE2 Razzle Dazzle Rose

📋 copy color: '#F13FE2'

red 241 ◦ green 63 ◦ blue 226

#F13FE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F13FE2

Tints of Razzle Dazzle Rose #F13FE2

RGB

 RED value IS 241 (94.53% from 255) = 45.47%

 GREEN value IS 63 (25% from 255) = 11.89%

 BLUE value IS 226 (88.67% from 255) = 42.64%

R = 45.47%
G = 11.89%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F13FE2 (or 0xF13FE2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3F and E2. RGB value is (241,63,226). Sum of RGB (Red+Green+Blue) = 241+63+226=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FE2 is #0EC01D. Grayscale: #868686. Windows color (decimal): -966686 or 14827505. OLE color: 14827505.

HSL color Cylindrical-coordinate representation of color #F13FE2: hue angle of 305.06º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13FE2 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 226 -
CMYK 0 0.74 0.06 0.05
HSL 305.06º 0.86% 0.6% -
HSV(B) 305.06º 0.74% 0.95% -
XYZ 51.78 27.75 74.58 -
YUV 134.8 179.47 203.75 -
System Red Green Blue C M Y K H S L
Decimal 241 63 226 0 0.74 0.06 0.05 305.06 0.86 0.6
Hex F1 3F E2 0 4A 6 5 131 56 3C
Octal 361 77 342 0 112 6 5 461 126 74
Binary 11110001 111111 11100010 0 1001010 110 101 100110001 1010110 111100

Color Harmonies of #F13FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FE2

Black with #F13FE2

Text Example


Text Example

White with #F13FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FE2; }

 p { color: rgb(241,63,226); }

 H1.HeaderClassName
 {
   color: #F13FE2;
 }
 .AnyTagClassName
 {
   color: #F13FE2;
 }
</style>

background-color css

<style>
 a { background-color: #F13FE2; }

 a { background-color: rgb(241,63,226); }

 div.DivClassName
 {
   background-color: #F13FE2;
 }
 .BgClassName
 {
   background-color: #F13FE2;
 }
</style>

border-color css

<style>
 span { border-color: #F13FE2; }

 span { border-color: rgb(241,63,226); }

 td.TdClassName
 {
   border-color: #F13FE2;
 }
 .TagClassName
 {
   border-color: #F13FE2;
 }
</style>