Html Css Color HEX #F71450 Razzmatazz

📋 copy color: '#F71450'

red 247 ◦ green 20 ◦ blue 80

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

Shades of Razzmatazz #F71450

Tints of Razzmatazz #F71450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.76%

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 71.18%
G = 5.76%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F71450 (or 0xF71450) is known color: Razzmatazz. HEX triplet: F7, 14 and 50. RGB value is (247,20,80). Sum of RGB (Red+Green+Blue) = 247+20+80=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F71450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71450 is #08EBAF. Grayscale: #5E5E5E. Windows color (decimal): -584624 or 5248247. OLE color: 5248247.

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

Color convert

RGB 247 20 80 -
CMYK 0 0.92 0.68 0.03
HSL 344.14º 0.93% 0.52% -
HSV(B) 344.14º 0.92% 0.97% -
XYZ 40.06 20.85 9.5 -
YUV 94.71 119.71 236.62 -
System Red Green Blue C M Y K H S L
Decimal 247 20 80 0 0.92 0.68 0.03 344.14 0.93 0.52
Hex F7 14 50 0 5C 44 3 158 5D 34
Octal 367 24 120 0 134 104 3 530 135 64
Binary 11110111 10100 1010000 0 1011100 1000100 11 101011000 1011101 110100

Color Harmonies of #F71450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71450

Black with #F71450

Text Example


Text Example

White with #F71450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71450; }

 p { color: rgb(247,20,80); }

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

background-color css

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

 a { background-color: rgb(247,20,80); }

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

border-color css

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

 span { border-color: rgb(247,20,80); }

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