Html Css Color HEX #FC3BDD Razzle Dazzle Rose

📋 copy color: '#FC3BDD'

red 252 ◦ green 59 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FC3BDD

Tints of Razzle Dazzle Rose #FC3BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.09%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 47.37%
G = 11.09%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC3BDD (or 0xFC3BDD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3B and DD. RGB value is (252,59,221). Sum of RGB (Red+Green+Blue) = 252+59+221=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 59 (23.44% from 255 or 11.09% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3BDD is #03C422. Grayscale: #868686. Windows color (decimal): -246819 or 14498812. OLE color: 14498812.

HSL color Cylindrical-coordinate representation of color #FC3BDD: hue angle of 309.64º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3BDD is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 59 221 -
CMYK 0 0.77 0.12 0.01
HSL 309.64º 0.97% 0.61% -
HSV(B) 309.64º 0.77% 0.99% -
XYZ 54.76 29.04 71.13 -
YUV 135.18 176.44 211.33 -
System Red Green Blue C M Y K H S L
Decimal 252 59 221 0 0.77 0.12 0.01 309.64 0.97 0.61
Hex FC 3B DD 0 4D C 1 136 61 3D
Octal 374 73 335 0 115 14 1 466 141 75
Binary 11111100 111011 11011101 0 1001101 1100 1 100110110 1100001 111101

Color Harmonies of #FC3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3BDD

Black with #FC3BDD

Text Example


Text Example

White with #FC3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3BDD; }

 p { color: rgb(252,59,221); }

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

background-color css

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

 a { background-color: rgb(252,59,221); }

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

border-color css

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

 span { border-color: rgb(252,59,221); }

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