Html Css Color HEX #FC38C2 Razzle Dazzle Rose

📋 copy color: '#FC38C2'

red 252 ◦ green 56 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FC38C2

Tints of Razzle Dazzle Rose #FC38C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.65%

R = 50.2%
G = 11.16%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC38C2 (or 0xFC38C2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 38 and C2. RGB value is (252,56,194). Sum of RGB (Red+Green+Blue) = 252+56+194=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC38C2 is #03C73D. Grayscale: #818181. Windows color (decimal): -247614 or 12728572. OLE color: 12728572.

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

Color convert

RGB 252 56 194 -
CMYK 0 0.78 0.23 0.01
HSL 317.76º 0.97% 0.6% -
HSV(B) 317.76º 0.78% 0.99% -
XYZ 51.3 27.42 53.63 -
YUV 130.34 163.93 214.78 -
System Red Green Blue C M Y K H S L
Decimal 252 56 194 0 0.78 0.23 0.01 317.76 0.97 0.6
Hex FC 38 C2 0 4E 17 1 13E 61 3C
Octal 374 70 302 0 116 27 1 476 141 74
Binary 11111100 111000 11000010 0 1001110 10111 1 100111110 1100001 111100

Color Harmonies of #FC38C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38C2

Black with #FC38C2

Text Example


Text Example

White with #FC38C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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