Html Css Color HEX #FC38DB Razzle Dazzle Rose

📋 copy color: '#FC38DB'

red 252 ◦ green 56 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC38DB

Tints of Razzle Dazzle Rose #FC38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.63%

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

R = 47.82%
G = 10.63%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC38DB (or 0xFC38DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 38 and DB. RGB value is (252,56,219). Sum of RGB (Red+Green+Blue) = 252+56+219=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 56 (22.27% from 255 or 10.63% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC38DB is #03C724. Grayscale: #848484. Windows color (decimal): -247589 or 14366972. OLE color: 14366972.

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

Color convert

RGB 252 56 219 -
CMYK 0 0.78 0.13 0.01
HSL 310.1º 0.97% 0.6% -
HSV(B) 310.1º 0.78% 0.99% -
XYZ 54.35 28.64 69.68 -
YUV 133.19 176.43 212.75 -
System Red Green Blue C M Y K H S L
Decimal 252 56 219 0 0.78 0.13 0.01 310.1 0.97 0.6
Hex FC 38 DB 0 4E D 1 136 61 3C
Octal 374 70 333 0 116 15 1 466 141 74
Binary 11111100 111000 11011011 0 1001110 1101 1 100110110 1100001 111100

Color Harmonies of #FC38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38DB

Black with #FC38DB

Text Example


Text Example

White with #FC38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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