Html Css Color HEX #F80C6B Razzmatazz

📋 copy color: '#F80C6B'

red 248 ◦ green 12 ◦ blue 107

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

Shades of Razzmatazz #F80C6B

Tints of Razzmatazz #F80C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 67.57%
G = 3.27%
B = 29.16%

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

#F80C6B (or 0xF80C6B) is known color: Razzmatazz. HEX triplet: F8, 0C and 6B. RGB value is (248,12,107). Sum of RGB (Red+Green+Blue) = 248+12+107=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80C6B is #07F394. Grayscale: #5D5D5D. Windows color (decimal): -521109 or 7015672. OLE color: 7015672.

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

Color convert

RGB 248 12 107 -
CMYK 0 0.95 0.57 0.03
HSL 335.85º 0.94% 0.51% -
HSV(B) 335.85º 0.95% 0.97% -
XYZ 41.5 21.28 15.83 -
YUV 93.39 135.69 238.28 -
System Red Green Blue C M Y K H S L
Decimal 248 12 107 0 0.95 0.57 0.03 335.85 0.94 0.51
Hex F8 C 6B 0 5F 39 3 150 5E 33
Octal 370 14 153 0 137 71 3 520 136 63
Binary 11111000 1100 1101011 0 1011111 111001 11 101010000 1011110 110011

Color Harmonies of #F80C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80C6B

Black with #F80C6B

Text Example


Text Example

White with #F80C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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