Html Css Color HEX #F80364 Razzmatazz

📋 copy color: '#F80364'

red 248 ◦ green 3 ◦ blue 100

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

Shades of Razzmatazz #F80364

Tints of Razzmatazz #F80364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 70.66%
G = 0.85%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F80364 (or 0xF80364) is known color: Razzmatazz. HEX triplet: F8, 03 and 64. RGB value is (248,3,100). Sum of RGB (Red+Green+Blue) = 248+3+100=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F80364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80364 is #07FC9B. Grayscale: #575757. Windows color (decimal): -523420 or 6554616. OLE color: 6554616.

HSL color Cylindrical-coordinate representation of color #F80364: hue angle of 336.24º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80364 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 3 100 -
CMYK 0 0.99 0.60 0.03
HSL 336.24º 0.98% 0.49% -
HSV(B) 336.24º 0.99% 0.97% -
XYZ 41.04 20.94 13.94 -
YUV 87.31 135.17 242.61 -
System Red Green Blue C M Y K H S L
Decimal 248 3 100 0 0.99 0.60 0.03 336.24 0.98 0.49
Hex F8 3 64 0 63 3C 3 150 62 31
Octal 370 3 144 0 143 74 3 520 142 61
Binary 11111000 11 1100100 0 1100011 111100 11 101010000 1100010 110001

Color Harmonies of #F80364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80364

Black with #F80364

Text Example


Text Example

White with #F80364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80364; }

 p { color: rgb(248,3,100); }

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

background-color css

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

 a { background-color: rgb(248,3,100); }

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

border-color css

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

 span { border-color: rgb(248,3,100); }

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