Html Css Color HEX #F0125F Razzmatazz

📋 copy color: '#F0125F'

red 240 ◦ green 18 ◦ blue 95

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

Shades of Razzmatazz #F0125F

Tints of Razzmatazz #F0125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

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

R = 67.99%
G = 5.1%
B = 26.91%

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

#F0125F (or 0xF0125F) is known color: Razzmatazz. HEX triplet: F0, 12 and 5F. RGB value is (240,18,95). Sum of RGB (Red+Green+Blue) = 240+18+95=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0125F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0125F is #0FEDA0. Grayscale: #5D5D5D. Windows color (decimal): -1043873 or 6230768. OLE color: 6230768.

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

Color convert

RGB 240 18 95 -
CMYK 0 0.92 0.60 0.06
HSL 339.19º 0.88% 0.51% -
HSV(B) 339.19º 0.93% 0.94% -
XYZ 38.22 19.78 12.63 -
YUV 93.16 129.05 232.74 -
System Red Green Blue C M Y K H S L
Decimal 240 18 95 0 0.92 0.60 0.06 339.19 0.88 0.51
Hex F0 12 5F 0 5C 3C 6 153 58 33
Octal 360 22 137 0 134 74 6 523 130 63
Binary 11110000 10010 1011111 0 1011100 111100 110 101010011 1011000 110011

Color Harmonies of #F0125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0125F

Black with #F0125F

Text Example


Text Example

White with #F0125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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