Html Css Color HEX #F0094C Razzmatazz

📋 copy color: '#F0094C'

red 240 ◦ green 9 ◦ blue 76

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

Shades of Razzmatazz #F0094C

Tints of Razzmatazz #F0094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 73.85%
G = 2.77%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0094C (or 0xF0094C) is known color: Razzmatazz. HEX triplet: F0, 09 and 4C. RGB value is (240,9,76). Sum of RGB (Red+Green+Blue) = 240+9+76=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F0094C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0094C is #0FF6B3. Grayscale: #555555. Windows color (decimal): -1046196 or 4983280. OLE color: 4983280.

HSL color Cylindrical-coordinate representation of color #F0094C: hue angle of 342.6º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0094C is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 76 -
CMYK 0 0.96 0.68 0.06
HSL 342.6º 0.93% 0.49% -
HSV(B) 342.6º 0.96% 0.94% -
XYZ 37.34 19.24 8.58 -
YUV 85.71 122.53 238.05 -
System Red Green Blue C M Y K H S L
Decimal 240 9 76 0 0.96 0.68 0.06 342.6 0.93 0.49
Hex F0 9 4C 0 60 44 6 157 5D 31
Octal 360 11 114 0 140 104 6 527 135 61
Binary 11110000 1001 1001100 0 1100000 1000100 110 101010111 1011101 110001

Color Harmonies of #F0094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0094C

Black with #F0094C

Text Example


Text Example

White with #F0094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0094C; }

 p { color: rgb(240,9,76); }

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

background-color css

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

 a { background-color: rgb(240,9,76); }

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

border-color css

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

 span { border-color: rgb(240,9,76); }

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