Html Css Color HEX #F71066 Razzmatazz

📋 copy color: '#F71066'

red 247 ◦ green 16 ◦ blue 102

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

Shades of Razzmatazz #F71066

Tints of Razzmatazz #F71066

RGB

 RED value IS 247 (96.88% from 255) = 67.67%

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

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 67.67%
G = 4.38%
B = 27.95%

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

#F71066 (or 0xF71066) is known color: Razzmatazz. HEX triplet: F7, 10 and 66. RGB value is (247,16,102). Sum of RGB (Red+Green+Blue) = 247+16+102=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F71066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71066 is #08EF99. Grayscale: #5E5E5E. Windows color (decimal): -585626 or 6689015. OLE color: 6689015.

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

Color convert

RGB 247 16 102 -
CMYK 0 0.94 0.59 0.03
HSL 337.66º 0.94% 0.52% -
HSV(B) 337.66º 0.94% 0.97% -
XYZ 40.94 21.1 14.49 -
YUV 94.87 132.03 236.51 -
System Red Green Blue C M Y K H S L
Decimal 247 16 102 0 0.94 0.59 0.03 337.66 0.94 0.52
Hex F7 10 66 0 5E 3B 3 152 5E 34
Octal 367 20 146 0 136 73 3 522 136 64
Binary 11110111 10000 1100110 0 1011110 111011 11 101010010 1011110 110100

Color Harmonies of #F71066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71066

Black with #F71066

Text Example


Text Example

White with #F71066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71066; }

 p { color: rgb(247,16,102); }

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

background-color css

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

 a { background-color: rgb(247,16,102); }

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

border-color css

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

 span { border-color: rgb(247,16,102); }

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