Html Css Color HEX #FC41CB Razzle Dazzle Rose

📋 copy color: '#FC41CB'

red 252 ◦ green 65 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FC41CB

Tints of Razzle Dazzle Rose #FC41CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.5%

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 48.46%
G = 12.5%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC41CB (or 0xFC41CB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 41 and CB. RGB value is (252,65,203). Sum of RGB (Red+Green+Blue) = 252+65+203=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC41CB is #03BE34. Grayscale: #888888. Windows color (decimal): -245301 or 13320700. OLE color: 13320700.

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

Color convert

RGB 252 65 203 -
CMYK 0 0.74 0.19 0.01
HSL 315.72º 0.97% 0.62% -
HSV(B) 315.72º 0.74% 0.99% -
XYZ 52.81 28.79 59.27 -
YUV 136.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 252 65 203 0 0.74 0.19 0.01 315.72 0.97 0.62
Hex FC 41 CB 0 4A 13 1 13C 61 3E
Octal 374 101 313 0 112 23 1 474 141 76
Binary 11111100 1000001 11001011 0 1001010 10011 1 100111100 1100001 111110

Color Harmonies of #FC41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC41CB

Black with #FC41CB

Text Example


Text Example

White with #FC41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC41CB; }

 p { color: rgb(252,65,203); }

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

background-color css

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

 a { background-color: rgb(252,65,203); }

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

border-color css

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

 span { border-color: rgb(252,65,203); }

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