Html Css Color HEX #FC3FDB Razzle Dazzle Rose

📋 copy color: '#FC3FDB'

red 252 ◦ green 63 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC3FDB

Tints of Razzle Dazzle Rose #FC3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 11.8%

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

R = 47.19%
G = 11.8%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC3FDB (or 0xFC3FDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3F and DB. RGB value is (252,63,219). Sum of RGB (Red+Green+Blue) = 252+63+219=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 63 (25% from 255 or 11.80% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3FDB is #03C024. Grayscale: #888888. Windows color (decimal): -245797 or 14368764. OLE color: 14368764.

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

Color convert

RGB 252 63 219 -
CMYK 0 0.75 0.13 0.01
HSL 310.48º 0.97% 0.62% -
HSV(B) 310.48º 0.75% 0.99% -
XYZ 54.71 29.36 69.8 -
YUV 137.3 174.12 209.82 -
System Red Green Blue C M Y K H S L
Decimal 252 63 219 0 0.75 0.13 0.01 310.48 0.97 0.62
Hex FC 3F DB 0 4B D 1 136 61 3E
Octal 374 77 333 0 113 15 1 466 141 76
Binary 11111100 111111 11011011 0 1001011 1101 1 100110110 1100001 111110

Color Harmonies of #FC3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FDB

Black with #FC3FDB

Text Example


Text Example

White with #FC3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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