Html Css Color HEX #FC42ED Razzle Dazzle Rose

📋 copy color: '#FC42ED'

red 252 ◦ green 66 ◦ blue 237

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

Shades of Razzle Dazzle Rose #FC42ED

Tints of Razzle Dazzle Rose #FC42ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 45.41%
G = 11.89%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC42ED (or 0xFC42ED) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and ED. RGB value is (252,66,237). Sum of RGB (Red+Green+Blue) = 252+66+237=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42ED is #03BD12. Grayscale: #8C8C8C. Windows color (decimal): -245011 or 15549180. OLE color: 15549180.

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

Color convert

RGB 252 66 237 -
CMYK 0 0.74 0.06 0.01
HSL 304.84º 0.97% 0.62% -
HSV(B) 304.84º 0.74% 0.99% -
XYZ 57.38 30.71 83.02 -
YUV 141.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 252 66 237 0 0.74 0.06 0.01 304.84 0.97 0.62
Hex FC 42 ED 0 4A 6 1 131 61 3E
Octal 374 102 355 0 112 6 1 461 141 76
Binary 11111100 1000010 11101101 0 1001010 110 1 100110001 1100001 111110

Color Harmonies of #FC42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42ED

Black with #FC42ED

Text Example


Text Example

White with #FC42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42ED; }

 p { color: rgb(252,66,237); }

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

background-color css

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

 a { background-color: rgb(252,66,237); }

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

border-color css

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

 span { border-color: rgb(252,66,237); }

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