Html Css Color HEX #F8015F Razzmatazz

📋 copy color: '#F8015F'

red 248 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #F8015F

Tints of Razzmatazz #F8015F

RGB

 RED value IS 248 (97.27% from 255) = 72.09%

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 72.09%
G = 0.29%
B = 27.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8015F (or 0xF8015F) is known color: Razzmatazz. HEX triplet: F8, 01 and 5F. RGB value is (248,1,95). Sum of RGB (Red+Green+Blue) = 248+1+95=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F8015F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8015F is #07FEA0. Grayscale: #555555. Windows color (decimal): -523937 or 6226424. OLE color: 6226424.

HSL color Cylindrical-coordinate representation of color #F8015F: hue angle of 337.17º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8015F is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 95 -
CMYK 0 1.00 0.62 0.03
HSL 337.17º 0.99% 0.49% -
HSV(B) 337.17º 1% 0.97% -
XYZ 40.79 20.8 12.69 -
YUV 85.57 133.33 243.86 -
System Red Green Blue C M Y K H S L
Decimal 248 1 95 0 1.00 0.62 0.03 337.17 0.99 0.49
Hex F8 1 5F 0 64 3E 3 151 63 31
Octal 370 1 137 0 144 76 3 521 143 61
Binary 11111000 1 1011111 0 1100100 111110 11 101010001 1100011 110001

Color Harmonies of #F8015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8015F

Black with #F8015F

Text Example


Text Example

White with #F8015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8015F; }

 p { color: rgb(248,1,95); }

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

background-color css

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

 a { background-color: rgb(248,1,95); }

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

border-color css

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

 span { border-color: rgb(248,1,95); }

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