Html Css Color HEX #F71462 Razzmatazz

📋 copy color: '#F71462'

red 247 ◦ green 20 ◦ blue 98

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

Shades of Razzmatazz #F71462

Tints of Razzmatazz #F71462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 67.67%
G = 5.48%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F71462 (or 0xF71462) is known color: Razzmatazz. HEX triplet: F7, 14 and 62. RGB value is (247,20,98). Sum of RGB (Red+Green+Blue) = 247+20+98=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F71462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71462 is #08EB9D. Grayscale: #606060. Windows color (decimal): -584606 or 6427895. OLE color: 6427895.

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

Color convert

RGB 247 20 98 -
CMYK 0 0.92 0.60 0.03
HSL 339.38º 0.93% 0.52% -
HSV(B) 339.38º 0.92% 0.97% -
XYZ 40.81 21.16 13.49 -
YUV 96.77 128.71 235.16 -
System Red Green Blue C M Y K H S L
Decimal 247 20 98 0 0.92 0.60 0.03 339.38 0.93 0.52
Hex F7 14 62 0 5C 3C 3 153 5D 34
Octal 367 24 142 0 134 74 3 523 135 64
Binary 11110111 10100 1100010 0 1011100 111100 11 101010011 1011101 110100

Color Harmonies of #F71462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71462

Black with #F71462

Text Example


Text Example

White with #F71462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71462; }

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

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

background-color css

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

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

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

border-color css

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

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

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