Html Css Color HEX #FC41DB Razzle Dazzle Rose

📋 copy color: '#FC41DB'

red 252 ◦ green 65 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC41DB

Tints of Razzle Dazzle Rose #FC41DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 47.01%
G = 12.13%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC41DB (or 0xFC41DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 41 and DB. RGB value is (252,65,219). Sum of RGB (Red+Green+Blue) = 252+65+219=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 65 (25.78% from 255 or 12.13% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC41DB is #03BE24. Grayscale: #8A8A8A. Windows color (decimal): -245285 or 14369276. OLE color: 14369276.

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

Color convert

RGB 252 65 219 -
CMYK 0 0.74 0.13 0.01
HSL 310.59º 0.97% 0.62% -
HSV(B) 310.59º 0.74% 0.99% -
XYZ 54.82 29.59 69.84 -
YUV 138.47 173.45 208.98 -
System Red Green Blue C M Y K H S L
Decimal 252 65 219 0 0.74 0.13 0.01 310.59 0.97 0.62
Hex FC 41 DB 0 4A D 1 137 61 3E
Octal 374 101 333 0 112 15 1 467 141 76
Binary 11111100 1000001 11011011 0 1001010 1101 1 100110111 1100001 111110

Color Harmonies of #FC41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC41DB

Black with #FC41DB

Text Example


Text Example

White with #FC41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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