Html Css Color HEX #F80C69 Razzmatazz

📋 copy color: '#F80C69'

red 248 ◦ green 12 ◦ blue 105

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

Shades of Razzmatazz #F80C69

Tints of Razzmatazz #F80C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.77%

R = 67.95%
G = 3.29%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F80C69 (or 0xF80C69) is known color: Razzmatazz. HEX triplet: F8, 0C and 69. RGB value is (248,12,105). Sum of RGB (Red+Green+Blue) = 248+12+105=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80C69 is #07F396. Grayscale: #5D5D5D. Windows color (decimal): -521111 or 6884600. OLE color: 6884600.

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

Color convert

RGB 248 12 105 -
CMYK 0 0.95 0.58 0.03
HSL 336.36º 0.94% 0.51% -
HSV(B) 336.36º 0.95% 0.97% -
XYZ 41.39 21.24 15.28 -
YUV 93.17 134.69 238.44 -
System Red Green Blue C M Y K H S L
Decimal 248 12 105 0 0.95 0.58 0.03 336.36 0.94 0.51
Hex F8 C 69 0 5F 3A 3 150 5E 33
Octal 370 14 151 0 137 72 3 520 136 63
Binary 11111000 1100 1101001 0 1011111 111010 11 101010000 1011110 110011

Color Harmonies of #F80C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80C69

Black with #F80C69

Text Example


Text Example

White with #F80C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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