Html Css Color HEX #FE42CA Razzle Dazzle Rose

📋 copy color: '#FE42CA'

red 254 ◦ green 66 ◦ blue 202

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

Shades of Razzle Dazzle Rose #FE42CA

Tints of Razzle Dazzle Rose #FE42CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.64%

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 48.66%
G = 12.64%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE42CA (or 0xFE42CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and CA. RGB value is (254,66,202). Sum of RGB (Red+Green+Blue) = 254+66+202=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42CA is #01BD35. Grayscale: #898989. Windows color (decimal): -113974 or 13255422. OLE color: 13255422.

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

Color convert

RGB 254 66 202 -
CMYK 0 0.74 0.20 0.00
HSL 316.6º 0.99% 0.63% -
HSV(B) 316.6º 0.74% 1% -
XYZ 53.48 29.23 58.7 -
YUV 137.72 164.28 210.94 -
System Red Green Blue C M Y K H S L
Decimal 254 66 202 0 0.74 0.20 0.00 316.6 0.99 0.63
Hex FE 42 CA 0 4A 14 0 13D 63 3F
Octal 376 102 312 0 112 24 0 475 143 77
Binary 11111110 1000010 11001010 0 1001010 10100 0 100111101 1100011 111111

Color Harmonies of #FE42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE42CA

Black with #FE42CA

Text Example


Text Example

White with #FE42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE42CA; }

 p { color: rgb(254,66,202); }

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

background-color css

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

 a { background-color: rgb(254,66,202); }

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

border-color css

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

 span { border-color: rgb(254,66,202); }

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