Html Css Color HEX #F80F64 Razzmatazz

📋 copy color: '#F80F64'

red 248 ◦ green 15 ◦ blue 100

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

Shades of Razzmatazz #F80F64

Tints of Razzmatazz #F80F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 68.32%
G = 4.13%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F80F64 (or 0xF80F64) is known color: Razzmatazz. HEX triplet: F8, 0F and 64. RGB value is (248,15,100). Sum of RGB (Red+Green+Blue) = 248+15+100=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80F64 is #07F09B. Grayscale: #5E5E5E. Windows color (decimal): -520348 or 6557688. OLE color: 6557688.

HSL color Cylindrical-coordinate representation of color #F80F64: hue angle of 338.11º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80F64 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 15 100 -
CMYK 0 0.94 0.60 0.03
HSL 338.11º 0.94% 0.52% -
HSV(B) 338.11º 0.94% 0.97% -
XYZ 41.18 21.22 13.98 -
YUV 94.36 131.19 237.59 -
System Red Green Blue C M Y K H S L
Decimal 248 15 100 0 0.94 0.60 0.03 338.11 0.94 0.52
Hex F8 F 64 0 5E 3C 3 152 5E 34
Octal 370 17 144 0 136 74 3 522 136 64
Binary 11111000 1111 1100100 0 1011110 111100 11 101010010 1011110 110100

Color Harmonies of #F80F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80F64

Black with #F80F64

Text Example


Text Example

White with #F80F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80F64; }

 p { color: rgb(248,15,100); }

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

background-color css

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

 a { background-color: rgb(248,15,100); }

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

border-color css

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

 span { border-color: rgb(248,15,100); }

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