Html Css Color HEX #FC38D2 Razzle Dazzle Rose

📋 copy color: '#FC38D2'

red 252 ◦ green 56 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FC38D2

Tints of Razzle Dazzle Rose #FC38D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.54%

R = 48.65%
G = 10.81%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC38D2 (or 0xFC38D2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 38 and D2. RGB value is (252,56,210). Sum of RGB (Red+Green+Blue) = 252+56+210=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 56 (22.27% from 255 or 10.81% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC38D2 is #03C72D. Grayscale: #838383. Windows color (decimal): -247598 or 13777148. OLE color: 13777148.

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

Color convert

RGB 252 56 210 -
CMYK 0 0.78 0.17 0.01
HSL 312.86º 0.97% 0.6% -
HSV(B) 312.86º 0.78% 0.99% -
XYZ 53.19 28.18 63.61 -
YUV 132.16 171.93 213.48 -
System Red Green Blue C M Y K H S L
Decimal 252 56 210 0 0.78 0.17 0.01 312.86 0.97 0.6
Hex FC 38 D2 0 4E 11 1 139 61 3C
Octal 374 70 322 0 116 21 1 471 141 74
Binary 11111100 111000 11010010 0 1001110 10001 1 100111001 1100001 111100

Color Harmonies of #FC38D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38D2

Black with #FC38D2

Text Example


Text Example

White with #FC38D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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