Html Css Color HEX #FC38C8 Razzle Dazzle Rose

📋 copy color: '#FC38C8'

red 252 ◦ green 56 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FC38C8

Tints of Razzle Dazzle Rose #FC38C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 49.61%
G = 11.02%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC38C8 (or 0xFC38C8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 38 and C8. RGB value is (252,56,200). Sum of RGB (Red+Green+Blue) = 252+56+200=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 56 (22.27% from 255 or 11.02% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC38C8 is #03C737. Grayscale: #828282. Windows color (decimal): -247608 or 13121788. OLE color: 13121788.

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

Color convert

RGB 252 56 200 -
CMYK 0 0.78 0.21 0.01
HSL 315.92º 0.97% 0.6% -
HSV(B) 315.92º 0.78% 0.99% -
XYZ 51.98 27.69 57.25 -
YUV 131.02 166.93 214.29 -
System Red Green Blue C M Y K H S L
Decimal 252 56 200 0 0.78 0.21 0.01 315.92 0.97 0.6
Hex FC 38 C8 0 4E 15 1 13C 61 3C
Octal 374 70 310 0 116 25 1 474 141 74
Binary 11111100 111000 11001000 0 1001110 10101 1 100111100 1100001 111100

Color Harmonies of #FC38C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38C8

Black with #FC38C8

Text Example


Text Example

White with #FC38C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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