Html Css Color HEX #FC41C0 Razzle Dazzle Rose

📋 copy color: '#FC41C0'

red 252 ◦ green 65 ◦ blue 192

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

Shades of Razzle Dazzle Rose #FC41C0

Tints of Razzle Dazzle Rose #FC41C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 49.51%
G = 12.77%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC41C0 (or 0xFC41C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 41 and C0. RGB value is (252,65,192). Sum of RGB (Red+Green+Blue) = 252+65+192=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC41C0 is #03BE3F. Grayscale: #878787. Windows color (decimal): -245312 or 12599804. OLE color: 12599804.

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

Color convert

RGB 252 65 192 -
CMYK 0 0.74 0.24 0.01
HSL 319.25º 0.97% 0.62% -
HSV(B) 319.25º 0.74% 0.99% -
XYZ 51.55 28.28 52.61 -
YUV 135.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 252 65 192 0 0.74 0.24 0.01 319.25 0.97 0.62
Hex FC 41 C0 0 4A 18 1 13F 61 3E
Octal 374 101 300 0 112 30 1 477 141 76
Binary 11111100 1000001 11000000 0 1001010 11000 1 100111111 1100001 111110

Color Harmonies of #FC41C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC41C0

Black with #FC41C0

Text Example


Text Example

White with #FC41C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC41C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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