Html Css Color HEX #F80069 Razzmatazz

📋 copy color: '#F80069'

red 248 ◦ green 0 ◦ blue 105

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

Shades of Razzmatazz #F80069

Tints of Razzmatazz #F80069

RGB

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

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

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

R = 70.25%
G = 0%
B = 29.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F80069 (or 0xF80069) is known color: Razzmatazz. HEX triplet: F8, 00 and 69. RGB value is (248,0,105). Sum of RGB (Red+Green+Blue) = 248+0+105=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F80069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80069 is #07FF96. Grayscale: #555555. Windows color (decimal): -524183 or 6881528. OLE color: 6881528.

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

Color convert

RGB 248 0 105 -
CMYK 0 1 0.58 0.03
HSL 334.6º 1% 0.49% -
HSV(B) 334.6º 1% 0.97% -
XYZ 41.26 20.98 15.24 -
YUV 86.12 138.66 243.46 -
System Red Green Blue C M Y K H S L
Decimal 248 0 105 0 1 0.58 0.03 334.6 1 0.49
Hex F8 0 69 0 64 3A 3 14F 64 31
Octal 370 0 151 0 144 72 3 517 144 61
Binary 11111000 0 1101001 0 1100100 111010 11 101001111 1100100 110001

Color Harmonies of #F80069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80069

Black with #F80069

Text Example


Text Example

White with #F80069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80069; }

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

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

background-color css

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

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

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

border-color css

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

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

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