Html Css Color HEX #F71268 Razzmatazz

📋 copy color: '#F71268'

red 247 ◦ green 18 ◦ blue 104

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

Shades of Razzmatazz #F71268

Tints of Razzmatazz #F71268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 66.94%
G = 4.88%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F71268 (or 0xF71268) is known color: Razzmatazz. HEX triplet: F7, 12 and 68. RGB value is (247,18,104). Sum of RGB (Red+Green+Blue) = 247+18+104=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F71268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71268 is #08ED97. Grayscale: #606060. Windows color (decimal): -585112 or 6820599. OLE color: 6820599.

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

Color convert

RGB 247 18 104 -
CMYK 0 0.93 0.58 0.03
HSL 337.47º 0.93% 0.52% -
HSV(B) 337.47º 0.93% 0.97% -
XYZ 41.07 21.21 15.03 -
YUV 96.28 132.37 235.51 -
System Red Green Blue C M Y K H S L
Decimal 247 18 104 0 0.93 0.58 0.03 337.47 0.93 0.52
Hex F7 12 68 0 5D 3A 3 151 5D 34
Octal 367 22 150 0 135 72 3 521 135 64
Binary 11110111 10010 1101000 0 1011101 111010 11 101010001 1011101 110100

Color Harmonies of #F71268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71268

Black with #F71268

Text Example


Text Example

White with #F71268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71268; }

 p { color: rgb(247,18,104); }

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

background-color css

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

 a { background-color: rgb(247,18,104); }

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

border-color css

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

 span { border-color: rgb(247,18,104); }

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