Html Css Color HEX #F0134C Razzmatazz

📋 copy color: '#F0134C'

red 240 ◦ green 19 ◦ blue 76

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

Shades of Razzmatazz #F0134C

Tints of Razzmatazz #F0134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 71.64%
G = 5.67%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0134C (or 0xF0134C) is known color: Razzmatazz. HEX triplet: F0, 13 and 4C. RGB value is (240,19,76). Sum of RGB (Red+Green+Blue) = 240+19+76=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0134C is #0FECB3. Grayscale: #5B5B5B. Windows color (decimal): -1043636 or 4985840. OLE color: 4985840.

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

Color convert

RGB 240 19 76 -
CMYK 0 0.92 0.68 0.06
HSL 344.52º 0.88% 0.51% -
HSV(B) 344.52º 0.92% 0.94% -
XYZ 37.47 19.51 8.63 -
YUV 91.58 119.22 233.87 -
System Red Green Blue C M Y K H S L
Decimal 240 19 76 0 0.92 0.68 0.06 344.52 0.88 0.51
Hex F0 13 4C 0 5C 44 6 159 58 33
Octal 360 23 114 0 134 104 6 531 130 63
Binary 11110000 10011 1001100 0 1011100 1000100 110 101011001 1011000 110011

Color Harmonies of #F0134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0134C

Black with #F0134C

Text Example


Text Example

White with #F0134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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