Html Css Color HEX #FC075E Razzmatazz

📋 copy color: '#FC075E'

red 252 ◦ green 7 ◦ blue 94

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

Shades of Razzmatazz #FC075E

Tints of Razzmatazz #FC075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 71.39%
G = 1.98%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC075E (or 0xFC075E) is known color: Razzmatazz. HEX triplet: FC, 07 and 5E. RGB value is (252,7,94). Sum of RGB (Red+Green+Blue) = 252+7+94=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC075E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC075E is #03F8A1. Grayscale: #5A5A5A. Windows color (decimal): -260258 or 6162428. OLE color: 6162428.

HSL color Cylindrical-coordinate representation of color #FC075E: hue angle of 338.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC075E is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 7 94 -
CMYK 0 0.97 0.63 0.01
HSL 338.69º 0.98% 0.51% -
HSV(B) 338.69º 0.97% 0.99% -
XYZ 42.24 21.66 12.54 -
YUV 90.17 130.17 243.43 -
System Red Green Blue C M Y K H S L
Decimal 252 7 94 0 0.97 0.63 0.01 338.69 0.98 0.51
Hex FC 7 5E 0 61 3F 1 153 62 33
Octal 374 7 136 0 141 77 1 523 142 63
Binary 11111100 111 1011110 0 1100001 111111 1 101010011 1100010 110011

Color Harmonies of #FC075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC075E

Black with #FC075E

Text Example


Text Example

White with #FC075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC075E; }

 p { color: rgb(252,7,94); }

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

background-color css

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

 a { background-color: rgb(252,7,94); }

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

border-color css

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

 span { border-color: rgb(252,7,94); }

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