Html Css Color HEX #F13FCB Razzle Dazzle Rose

📋 copy color: '#F13FCB'

red 241 ◦ green 63 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F13FCB

Tints of Razzle Dazzle Rose #F13FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 47.53%
G = 12.43%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F13FCB (or 0xF13FCB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3F and CB. RGB value is (241,63,203). Sum of RGB (Red+Green+Blue) = 241+63+203=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FCB is #0EC034. Grayscale: #838383. Windows color (decimal): -966709 or 13320177. OLE color: 13320177.

HSL color Cylindrical-coordinate representation of color #F13FCB: hue angle of 312.81º 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 #F13FCB is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 203 -
CMYK 0 0.74 0.16 0.05
HSL 312.81º 0.86% 0.6% -
HSV(B) 312.81º 0.74% 0.95% -
XYZ 48.83 26.57 59.05 -
YUV 132.18 167.97 205.62 -
System Red Green Blue C M Y K H S L
Decimal 241 63 203 0 0.74 0.16 0.05 312.81 0.86 0.6
Hex F1 3F CB 0 4A 10 5 139 56 3C
Octal 361 77 313 0 112 20 5 471 126 74
Binary 11110001 111111 11001011 0 1001010 10000 101 100111001 1010110 111100

Color Harmonies of #F13FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FCB

Black with #F13FCB

Text Example


Text Example

White with #F13FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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