Html Css Color HEX #F80E6A Razzmatazz

📋 copy color: '#F80E6A'

red 248 ◦ green 14 ◦ blue 106

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

Shades of Razzmatazz #F80E6A

Tints of Razzmatazz #F80E6A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.8%

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 67.39%
G = 3.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F80E6A (or 0xF80E6A) is known color: Razzmatazz. HEX triplet: F8, 0E and 6A. RGB value is (248,14,106). Sum of RGB (Red+Green+Blue) = 248+14+106=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80E6A is #07F195. Grayscale: #5E5E5E. Windows color (decimal): -520598 or 6950648. OLE color: 6950648.

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

Color convert

RGB 248 14 106 -
CMYK 0 0.94 0.57 0.03
HSL 336.41º 0.94% 0.51% -
HSV(B) 336.41º 0.94% 0.97% -
XYZ 41.47 21.31 15.56 -
YUV 94.45 134.52 237.52 -
System Red Green Blue C M Y K H S L
Decimal 248 14 106 0 0.94 0.57 0.03 336.41 0.94 0.51
Hex F8 E 6A 0 5E 39 3 150 5E 33
Octal 370 16 152 0 136 71 3 520 136 63
Binary 11111000 1110 1101010 0 1011110 111001 11 101010000 1011110 110011

Color Harmonies of #F80E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80E6A

Black with #F80E6A

Text Example


Text Example

White with #F80E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80E6A; }

 p { color: rgb(248,14,106); }

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

background-color css

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

 a { background-color: rgb(248,14,106); }

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

border-color css

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

 span { border-color: rgb(248,14,106); }

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