Html Css Color HEX #FC42BC Razzle Dazzle Rose

📋 copy color: '#FC42BC'

red 252 ◦ green 66 ◦ blue 188

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

Shades of Razzle Dazzle Rose #FC42BC

Tints of Razzle Dazzle Rose #FC42BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 49.8%
G = 13.04%
B = 37.15%

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

#FC42BC (or 0xFC42BC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and BC. RGB value is (252,66,188). Sum of RGB (Red+Green+Blue) = 252+66+188=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42BC is #03BD43. Grayscale: #878787. Windows color (decimal): -245060 or 12337916. OLE color: 12337916.

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

Color convert

RGB 252 66 188 -
CMYK 0 0.74 0.25 0.01
HSL 320.65º 0.97% 0.62% -
HSV(B) 320.65º 0.74% 0.99% -
XYZ 51.17 28.22 50.33 -
YUV 135.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 252 66 188 0 0.74 0.25 0.01 320.65 0.97 0.62
Hex FC 42 BC 0 4A 19 1 141 61 3E
Octal 374 102 274 0 112 31 1 501 141 76
Binary 11111100 1000010 10111100 0 1001010 11001 1 101000001 1100001 111110

Color Harmonies of #FC42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42BC

Black with #FC42BC

Text Example


Text Example

White with #FC42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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