Html Css Color HEX #F0135F Razzmatazz

📋 copy color: '#F0135F'

red 240 ◦ green 19 ◦ blue 95

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

Shades of Razzmatazz #F0135F

Tints of Razzmatazz #F0135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 67.8%
G = 5.37%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0135F (or 0xF0135F) is known color: Razzmatazz. HEX triplet: F0, 13 and 5F. RGB value is (240,19,95). Sum of RGB (Red+Green+Blue) = 240+19+95=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0135F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0135F is #0FECA0. Grayscale: #5D5D5D. Windows color (decimal): -1043617 or 6231024. OLE color: 6231024.

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

Color convert

RGB 240 19 95 -
CMYK 0 0.92 0.60 0.06
HSL 339.37º 0.88% 0.51% -
HSV(B) 339.37º 0.92% 0.94% -
XYZ 38.23 19.82 12.64 -
YUV 93.74 128.72 232.32 -
System Red Green Blue C M Y K H S L
Decimal 240 19 95 0 0.92 0.60 0.06 339.37 0.88 0.51
Hex F0 13 5F 0 5C 3C 6 153 58 33
Octal 360 23 137 0 134 74 6 523 130 63
Binary 11110000 10011 1011111 0 1011100 111100 110 101010011 1011000 110011

Color Harmonies of #F0135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0135F

Black with #F0135F

Text Example


Text Example

White with #F0135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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