Html Css Color HEX #FC42BE Razzle Dazzle Rose

📋 copy color: '#FC42BE'

red 252 ◦ green 66 ◦ blue 190

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

Shades of Razzle Dazzle Rose #FC42BE

Tints of Razzle Dazzle Rose #FC42BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 49.61%
G = 12.99%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC42BE (or 0xFC42BE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and BE. RGB value is (252,66,190). Sum of RGB (Red+Green+Blue) = 252+66+190=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42BE is #03BD41. Grayscale: #878787. Windows color (decimal): -245058 or 12468988. OLE color: 12468988.

HSL color Cylindrical-coordinate representation of color #FC42BE: hue angle of 320º 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 #FC42BE is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 190 -
CMYK 0 0.74 0.25 0.01
HSL 320º 0.97% 0.62% -
HSV(B) 320º 0.74% 0.99% -
XYZ 51.39 28.31 51.47 -
YUV 135.75 158.62 210.92 -
System Red Green Blue C M Y K H S L
Decimal 252 66 190 0 0.74 0.25 0.01 320 0.97 0.62
Hex FC 42 BE 0 4A 19 1 140 61 3E
Octal 374 102 276 0 112 31 1 500 141 76
Binary 11111100 1000010 10111110 0 1001010 11001 1 101000000 1100001 111110

Color Harmonies of #FC42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42BE

Black with #FC42BE

Text Example


Text Example

White with #FC42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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