Html Css Color HEX #F0134B Razzmatazz

📋 copy color: '#F0134B'

red 240 ◦ green 19 ◦ blue 75

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

Shades of Razzmatazz #F0134B

Tints of Razzmatazz #F0134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 71.86%
G = 5.69%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0134B (or 0xF0134B) is known color: Razzmatazz. HEX triplet: F0, 13 and 4B. RGB value is (240,19,75). Sum of RGB (Red+Green+Blue) = 240+19+75=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0134B is #0FECB4. Grayscale: #5B5B5B. Windows color (decimal): -1043637 or 4920304. OLE color: 4920304.

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

Color convert

RGB 240 19 75 -
CMYK 0 0.92 0.69 0.06
HSL 344.8º 0.88% 0.51% -
HSV(B) 344.8º 0.92% 0.94% -
XYZ 37.44 19.5 8.45 -
YUV 91.46 118.72 233.95 -
System Red Green Blue C M Y K H S L
Decimal 240 19 75 0 0.92 0.69 0.06 344.8 0.88 0.51
Hex F0 13 4B 0 5C 45 6 159 58 33
Octal 360 23 113 0 134 105 6 531 130 63
Binary 11110000 10011 1001011 0 1011100 1000101 110 101011001 1011000 110011

Color Harmonies of #F0134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0134B

Black with #F0134B

Text Example


Text Example

White with #F0134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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