Html Css Color HEX #F80D6A Razzmatazz

📋 copy color: '#F80D6A'

red 248 ◦ green 13 ◦ blue 106

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

Shades of Razzmatazz #F80D6A

Tints of Razzmatazz #F80D6A

RGB

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

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

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

R = 67.57%
G = 3.54%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F80D6A (or 0xF80D6A) is known color: Razzmatazz. HEX triplet: F8, 0D and 6A. RGB value is (248,13,106). Sum of RGB (Red+Green+Blue) = 248+13+106=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80D6A is #07F295. Grayscale: #5D5D5D. Windows color (decimal): -520854 or 6950392. OLE color: 6950392.

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

Color convert

RGB 248 13 106 -
CMYK 0 0.95 0.57 0.03
HSL 336.26º 0.94% 0.51% -
HSV(B) 336.26º 0.95% 0.97% -
XYZ 41.46 21.28 15.56 -
YUV 93.87 134.86 237.94 -
System Red Green Blue C M Y K H S L
Decimal 248 13 106 0 0.95 0.57 0.03 336.26 0.94 0.51
Hex F8 D 6A 0 5F 39 3 150 5E 33
Octal 370 15 152 0 137 71 3 520 136 63
Binary 11111000 1101 1101010 0 1011111 111001 11 101010000 1011110 110011

Color Harmonies of #F80D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80D6A

Black with #F80D6A

Text Example


Text Example

White with #F80D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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