Html Css Color HEX #FE3FCC Razzle Dazzle Rose

📋 copy color: '#FE3FCC'

red 254 ◦ green 63 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FE3FCC

Tints of Razzle Dazzle Rose #FE3FCC

RGB

 RED value IS 254 (99.61% from 255) = 48.75%

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 48.75%
G = 12.09%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE3FCC (or 0xFE3FCC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and CC. RGB value is (254,63,204). Sum of RGB (Red+Green+Blue) = 254+63+204=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 63 (25% from 255 or 12.09% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FCC is #01C033. Grayscale: #878787. Windows color (decimal): -114740 or 13385726. OLE color: 13385726.

HSL color Cylindrical-coordinate representation of color #FE3FCC: hue angle of 315.71º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FCC is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 63 204 -
CMYK 0 0.75 0.20 0.00
HSL 315.71º 0.99% 0.62% -
HSV(B) 315.71º 0.75% 1% -
XYZ 53.55 28.99 59.9 -
YUV 136.18 166.28 212.04 -
System Red Green Blue C M Y K H S L
Decimal 254 63 204 0 0.75 0.20 0.00 315.71 0.99 0.62
Hex FE 3F CC 0 4B 14 0 13C 63 3E
Octal 376 77 314 0 113 24 0 474 143 76
Binary 11111110 111111 11001100 0 1001011 10100 0 100111100 1100011 111110

Color Harmonies of #FE3FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3FCC

Black with #FE3FCC

Text Example


Text Example

White with #FE3FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3FCC; }

 p { color: rgb(254,63,204); }

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

background-color css

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

 a { background-color: rgb(254,63,204); }

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

border-color css

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

 span { border-color: rgb(254,63,204); }

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