Html Css Color HEX #F80075 Razzmatazz

📋 copy color: '#F80075'

red 248 ◦ green 0 ◦ blue 117

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

Shades of Razzmatazz #F80075

Tints of Razzmatazz #F80075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 67.95%
G = 0%
B = 32.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F80075 (or 0xF80075) is known color: Razzmatazz. HEX triplet: F8, 00 and 75. RGB value is (248,0,117). Sum of RGB (Red+Green+Blue) = 248+0+117=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F80075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80075 is #07FF8A. Grayscale: #575757. Windows color (decimal): -524171 or 7667960. OLE color: 7667960.

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

Color convert

RGB 248 0 117 -
CMYK 0 1 0.53 0.03
HSL 331.69º 1% 0.49% -
HSV(B) 331.69º 1% 0.97% -
XYZ 41.92 21.24 18.72 -
YUV 87.49 144.66 242.49 -
System Red Green Blue C M Y K H S L
Decimal 248 0 117 0 1 0.53 0.03 331.69 1 0.49
Hex F8 0 75 0 64 35 3 14C 64 31
Octal 370 0 165 0 144 65 3 514 144 61
Binary 11111000 0 1110101 0 1100100 110101 11 101001100 1100100 110001

Color Harmonies of #F80075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80075

Black with #F80075

Text Example


Text Example

White with #F80075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80075; }

 p { color: rgb(248,0,117); }

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

background-color css

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

 a { background-color: rgb(248,0,117); }

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

border-color css

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

 span { border-color: rgb(248,0,117); }

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