Html Css Color HEX #F80C6C Razzmatazz

📋 copy color: '#F80C6C'

red 248 ◦ green 12 ◦ blue 108

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

Shades of Razzmatazz #F80C6C

Tints of Razzmatazz #F80C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.26%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 67.39%
G = 3.26%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F80C6C (or 0xF80C6C) is known color: Razzmatazz. HEX triplet: F8, 0C and 6C. RGB value is (248,12,108). Sum of RGB (Red+Green+Blue) = 248+12+108=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80C6C is #07F393. Grayscale: #5D5D5D. Windows color (decimal): -521108 or 7081208. OLE color: 7081208.

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

Color convert

RGB 248 12 108 -
CMYK 0 0.95 0.56 0.03
HSL 335.59º 0.94% 0.51% -
HSV(B) 335.59º 0.95% 0.97% -
XYZ 41.55 21.3 16.11 -
YUV 93.51 136.19 238.19 -
System Red Green Blue C M Y K H S L
Decimal 248 12 108 0 0.95 0.56 0.03 335.59 0.94 0.51
Hex F8 C 6C 0 5F 38 3 150 5E 33
Octal 370 14 154 0 137 70 3 520 136 63
Binary 11111000 1100 1101100 0 1011111 111000 11 101010000 1011110 110011

Color Harmonies of #F80C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80C6C

Black with #F80C6C

Text Example


Text Example

White with #F80C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80C6C; }

 p { color: rgb(248,12,108); }

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

background-color css

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

 a { background-color: rgb(248,12,108); }

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

border-color css

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

 span { border-color: rgb(248,12,108); }

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