Html Css Color HEX #FC38D3 Razzle Dazzle Rose

📋 copy color: '#FC38D3'

red 252 ◦ green 56 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FC38D3

Tints of Razzle Dazzle Rose #FC38D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.66%

R = 48.55%
G = 10.79%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC38D3 (or 0xFC38D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 38 and D3. RGB value is (252,56,211). Sum of RGB (Red+Green+Blue) = 252+56+211=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 56 (22.27% from 255 or 10.79% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC38D3 is #03C72C. Grayscale: #838383. Windows color (decimal): -247597 or 13842684. OLE color: 13842684.

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

Color convert

RGB 252 56 211 -
CMYK 0 0.78 0.16 0.01
HSL 312.55º 0.97% 0.6% -
HSV(B) 312.55º 0.78% 0.99% -
XYZ 53.32 28.23 64.27 -
YUV 132.27 172.43 213.4 -
System Red Green Blue C M Y K H S L
Decimal 252 56 211 0 0.78 0.16 0.01 312.55 0.97 0.6
Hex FC 38 D3 0 4E 10 1 139 61 3C
Octal 374 70 323 0 116 20 1 471 141 74
Binary 11111100 111000 11010011 0 1001110 10000 1 100111001 1100001 111100

Color Harmonies of #FC38D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38D3

Black with #FC38D3

Text Example


Text Example

White with #FC38D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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