Html Css Color HEX #FC41C6 Razzle Dazzle Rose

📋 copy color: '#FC41C6'

red 252 ◦ green 65 ◦ blue 198

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

Shades of Razzle Dazzle Rose #FC41C6

Tints of Razzle Dazzle Rose #FC41C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.45%

R = 48.93%
G = 12.62%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC41C6 (or 0xFC41C6) is known color: Razzle Dazzle Rose. HEX triplet: FC, 41 and C6. RGB value is (252,65,198). Sum of RGB (Red+Green+Blue) = 252+65+198=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC41C6 is #03BE39. Grayscale: #878787. Windows color (decimal): -245306 or 12993020. OLE color: 12993020.

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

Color convert

RGB 252 65 198 -
CMYK 0 0.74 0.21 0.01
HSL 317.33º 0.97% 0.62% -
HSV(B) 317.33º 0.74% 0.99% -
XYZ 52.23 28.55 56.18 -
YUV 136.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 252 65 198 0 0.74 0.21 0.01 317.33 0.97 0.62
Hex FC 41 C6 0 4A 15 1 13D 61 3E
Octal 374 101 306 0 112 25 1 475 141 76
Binary 11111100 1000001 11000110 0 1001010 10101 1 100111101 1100001 111110

Color Harmonies of #FC41C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC41C6

Black with #FC41C6

Text Example


Text Example

White with #FC41C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC41C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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