Html Css Color HEX #FC40E4 Razzle Dazzle Rose

📋 copy color: '#FC40E4'

red 252 ◦ green 64 ◦ blue 228

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

Shades of Razzle Dazzle Rose #FC40E4

Tints of Razzle Dazzle Rose #FC40E4

RGB

 RED value IS 252 (98.83% from 255) = 46.32%

 GREEN value IS 64 (25.39% from 255) = 11.76%

 BLUE value IS 228 (89.45% from 255) = 41.91%

R = 46.32%
G = 11.76%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC40E4 (or 0xFC40E4) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and E4. RGB value is (252,64,228). Sum of RGB (Red+Green+Blue) = 252+64+228=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40E4 is #03BF1B. Grayscale: #8A8A8A. Windows color (decimal): -245532 or 14958844. OLE color: 14958844.

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

Color convert

RGB 252 64 228 -
CMYK 0 0.75 0.10 0.01
HSL 307.66º 0.97% 0.62% -
HSV(B) 307.66º 0.75% 0.99% -
XYZ 55.98 29.96 76.23 -
YUV 138.91 178.28 208.66 -
System Red Green Blue C M Y K H S L
Decimal 252 64 228 0 0.75 0.10 0.01 307.66 0.97 0.62
Hex FC 40 E4 0 4B A 1 134 61 3E
Octal 374 100 344 0 113 12 1 464 141 76
Binary 11111100 1000000 11100100 0 1001011 1010 1 100110100 1100001 111110

Color Harmonies of #FC40E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40E4

Black with #FC40E4

Text Example


Text Example

White with #FC40E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40E4; }

 p { color: rgb(252,64,228); }

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

background-color css

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

 a { background-color: rgb(252,64,228); }

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

border-color css

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

 span { border-color: rgb(252,64,228); }

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