Html Css Color HEX #FC185F Razzmatazz

📋 copy color: '#FC185F'

red 252 ◦ green 24 ◦ blue 95

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

Shades of Razzmatazz #FC185F

Tints of Razzmatazz #FC185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.47%

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 67.92%
G = 6.47%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC185F (or 0xFC185F) is known color: Razzmatazz. HEX triplet: FC, 18 and 5F. RGB value is (252,24,95). Sum of RGB (Red+Green+Blue) = 252+24+95=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC185F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC185F is #03E7A0. Grayscale: #646464. Windows color (decimal): -255905 or 6232316. OLE color: 6232316.

HSL color Cylindrical-coordinate representation of color #FC185F: hue angle of 341.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC185F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 95 -
CMYK 0 0.90 0.62 0.01
HSL 341.32º 0.97% 0.54% -
HSV(B) 341.32º 0.9% 0.99% -
XYZ 42.54 22.17 12.86 -
YUV 100.27 125.04 236.23 -
System Red Green Blue C M Y K H S L
Decimal 252 24 95 0 0.90 0.62 0.01 341.32 0.97 0.54
Hex FC 18 5F 0 5A 3E 1 155 61 36
Octal 374 30 137 0 132 76 1 525 141 66
Binary 11111100 11000 1011111 0 1011010 111110 1 101010101 1100001 110110

Color Harmonies of #FC185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC185F

Black with #FC185F

Text Example


Text Example

White with #FC185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC185F; }

 p { color: rgb(252,24,95); }

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

background-color css

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

 a { background-color: rgb(252,24,95); }

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

border-color css

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

 span { border-color: rgb(252,24,95); }

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