Html Css Color HEX #F81065 Razzmatazz

📋 copy color: '#F81065'

red 248 ◦ green 16 ◦ blue 101

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

Shades of Razzmatazz #F81065

Tints of Razzmatazz #F81065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.38%

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 67.95%
G = 4.38%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F81065 (or 0xF81065) is known color: Razzmatazz. HEX triplet: F8, 10 and 65. RGB value is (248,16,101). Sum of RGB (Red+Green+Blue) = 248+16+101=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F81065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81065 is #07EF9A. Grayscale: #5E5E5E. Windows color (decimal): -520091 or 6623480. OLE color: 6623480.

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

Color convert

RGB 248 16 101 -
CMYK 0 0.94 0.59 0.03
HSL 338.02º 0.94% 0.52% -
HSV(B) 338.02º 0.94% 0.97% -
XYZ 41.25 21.27 14.24 -
YUV 95.06 131.36 237.09 -
System Red Green Blue C M Y K H S L
Decimal 248 16 101 0 0.94 0.59 0.03 338.02 0.94 0.52
Hex F8 10 65 0 5E 3B 3 152 5E 34
Octal 370 20 145 0 136 73 3 522 136 64
Binary 11111000 10000 1100101 0 1011110 111011 11 101010010 1011110 110100

Color Harmonies of #F81065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81065

Black with #F81065

Text Example


Text Example

White with #F81065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81065; }

 p { color: rgb(248,16,101); }

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

background-color css

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

 a { background-color: rgb(248,16,101); }

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

border-color css

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

 span { border-color: rgb(248,16,101); }

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