Html Css Color HEX #F0134E Razzmatazz

📋 copy color: '#F0134E'

red 240 ◦ green 19 ◦ blue 78

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

Shades of Razzmatazz #F0134E

Tints of Razzmatazz #F0134E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 71.22%
G = 5.64%
B = 23.15%

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

#F0134E (or 0xF0134E) is known color: Razzmatazz. HEX triplet: F0, 13 and 4E. RGB value is (240,19,78). Sum of RGB (Red+Green+Blue) = 240+19+78=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0134E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0134E is #0FECB1. Grayscale: #5B5B5B. Windows color (decimal): -1043634 or 5116912. OLE color: 5116912.

HSL color Cylindrical-coordinate representation of color #F0134E: hue angle of 343.98º 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 #F0134E is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 78 -
CMYK 0 0.92 0.68 0.06
HSL 343.98º 0.88% 0.51% -
HSV(B) 343.98º 0.92% 0.94% -
XYZ 37.54 19.54 9 -
YUV 91.81 120.22 233.7 -
System Red Green Blue C M Y K H S L
Decimal 240 19 78 0 0.92 0.68 0.06 343.98 0.88 0.51
Hex F0 13 4E 0 5C 44 6 158 58 33
Octal 360 23 116 0 134 104 6 530 130 63
Binary 11110000 10011 1001110 0 1011100 1000100 110 101011000 1011000 110011

Color Harmonies of #F0134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0134E

Black with #F0134E

Text Example


Text Example

White with #F0134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0134E; }

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

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

background-color css

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

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

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

border-color css

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

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

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