Html Css Color HEX #F80152 Razzmatazz

📋 copy color: '#F80152'

red 248 ◦ green 1 ◦ blue 82

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

Shades of Razzmatazz #F80152

Tints of Razzmatazz #F80152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 74.92%
G = 0.3%
B = 24.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F80152 (or 0xF80152) is known color: Razzmatazz. HEX triplet: F8, 01 and 52. RGB value is (248,1,82). Sum of RGB (Red+Green+Blue) = 248+1+82=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F80152 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80152 is #07FEAD. Grayscale: #545454. Windows color (decimal): -523950 or 5374456. OLE color: 5374456.

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

Color convert

RGB 248 1 82 -
CMYK 0 1.00 0.67 0.03
HSL 340.32º 0.99% 0.49% -
HSV(B) 340.32º 1% 0.97% -
XYZ 40.25 20.59 9.84 -
YUV 84.09 126.83 244.91 -
System Red Green Blue C M Y K H S L
Decimal 248 1 82 0 1.00 0.67 0.03 340.32 0.99 0.49
Hex F8 1 52 0 64 43 3 154 63 31
Octal 370 1 122 0 144 103 3 524 143 61
Binary 11111000 1 1010010 0 1100100 1000011 11 101010100 1100011 110001

Color Harmonies of #F80152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80152

Black with #F80152

Text Example


Text Example

White with #F80152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80152; }

 p { color: rgb(248,1,82); }

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

background-color css

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

 a { background-color: rgb(248,1,82); }

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

border-color css

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

 span { border-color: rgb(248,1,82); }

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