Html Css Color HEX #F80D6C Razzmatazz

📋 copy color: '#F80D6C'

red 248 ◦ green 13 ◦ blue 108

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

Shades of Razzmatazz #F80D6C

Tints of Razzmatazz #F80D6C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.52%

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

R = 67.21%
G = 3.52%
B = 29.27%

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

#F80D6C (or 0xF80D6C) is known color: Razzmatazz. HEX triplet: F8, 0D and 6C. RGB value is (248,13,108). Sum of RGB (Red+Green+Blue) = 248+13+108=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80D6C is #07F293. Grayscale: #5D5D5D. Windows color (decimal): -520852 or 7081464. OLE color: 7081464.

HSL color Cylindrical-coordinate representation of color #F80D6C: hue angle of 335.74º 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 #F80D6C is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 108 -
CMYK 0 0.95 0.56 0.03
HSL 335.74º 0.94% 0.51% -
HSV(B) 335.74º 0.95% 0.97% -
XYZ 41.56 21.33 16.11 -
YUV 94.1 135.86 237.78 -
System Red Green Blue C M Y K H S L
Decimal 248 13 108 0 0.95 0.56 0.03 335.74 0.94 0.51
Hex F8 D 6C 0 5F 38 3 150 5E 33
Octal 370 15 154 0 137 70 3 520 136 63
Binary 11111000 1101 1101100 0 1011111 111000 11 101010000 1011110 110011

Color Harmonies of #F80D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80D6C

Black with #F80D6C

Text Example


Text Example

White with #F80D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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