Html Css Color HEX #FE44CC Razzle Dazzle Rose

📋 copy color: '#FE44CC'

red 254 ◦ green 68 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FE44CC

Tints of Razzle Dazzle Rose #FE44CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.93%

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

R = 48.29%
G = 12.93%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE44CC (or 0xFE44CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and CC. RGB value is (254,68,204). Sum of RGB (Red+Green+Blue) = 254+68+204=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44CC is #01BB33. Grayscale: #8A8A8A. Windows color (decimal): -113460 or 13387006. OLE color: 13387006.

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

Color convert

RGB 254 68 204 -
CMYK 0 0.73 0.20 0.00
HSL 316.13º 0.99% 0.63% -
HSV(B) 316.13º 0.73% 1% -
XYZ 53.84 29.56 60 -
YUV 139.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 254 68 204 0 0.73 0.20 0.00 316.13 0.99 0.63
Hex FE 44 CC 0 49 14 0 13C 63 3F
Octal 376 104 314 0 111 24 0 474 143 77
Binary 11111110 1000100 11001100 0 1001001 10100 0 100111100 1100011 111111

Color Harmonies of #FE44CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE44CC

Black with #FE44CC

Text Example


Text Example

White with #FE44CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE44CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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