Html Css Color HEX #F0075C Razzmatazz

📋 copy color: '#F0075C'

red 240 ◦ green 7 ◦ blue 92

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

Shades of Razzmatazz #F0075C

Tints of Razzmatazz #F0075C

RGB

 RED value IS 240 (94.14% from 255) = 70.8%

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 70.8%
G = 2.06%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0075C (or 0xF0075C) is known color: Razzmatazz. HEX triplet: F0, 07 and 5C. RGB value is (240,7,92). Sum of RGB (Red+Green+Blue) = 240+7+92=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0075C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0075C is #0FF8A3. Grayscale: #565656. Windows color (decimal): -1046692 or 6031344. OLE color: 6031344.

HSL color Cylindrical-coordinate representation of color #F0075C: hue angle of 338.11º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0075C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 7 92 -
CMYK 0 0.97 0.62 0.06
HSL 338.11º 0.94% 0.48% -
HSV(B) 338.11º 0.97% 0.94% -
XYZ 37.94 19.45 11.88 -
YUV 86.36 131.19 237.59 -
System Red Green Blue C M Y K H S L
Decimal 240 7 92 0 0.97 0.62 0.06 338.11 0.94 0.48
Hex F0 7 5C 0 61 3E 6 152 5E 30
Octal 360 7 134 0 141 76 6 522 136 60
Binary 11110000 111 1011100 0 1100001 111110 110 101010010 1011110 110000

Color Harmonies of #F0075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0075C

Black with #F0075C

Text Example


Text Example

White with #F0075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0075C; }

 p { color: rgb(240,7,92); }

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

background-color css

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

 a { background-color: rgb(240,7,92); }

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

border-color css

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

 span { border-color: rgb(240,7,92); }

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