Html Css Color HEX #F71255 Razzmatazz

📋 copy color: '#F71255'

red 247 ◦ green 18 ◦ blue 85

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

Shades of Razzmatazz #F71255

Tints of Razzmatazz #F71255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 70.57%
G = 5.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F71255 (or 0xF71255) is known color: Razzmatazz. HEX triplet: F7, 12 and 55. RGB value is (247,18,85). Sum of RGB (Red+Green+Blue) = 247+18+85=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F71255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71255 is #08EDAA. Grayscale: #5E5E5E. Windows color (decimal): -585131 or 5575415. OLE color: 5575415.

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

Color convert

RGB 247 18 85 -
CMYK 0 0.93 0.66 0.03
HSL 342.45º 0.93% 0.52% -
HSV(B) 342.45º 0.93% 0.97% -
XYZ 40.21 20.86 10.5 -
YUV 94.11 122.87 237.05 -
System Red Green Blue C M Y K H S L
Decimal 247 18 85 0 0.93 0.66 0.03 342.45 0.93 0.52
Hex F7 12 55 0 5D 42 3 156 5D 34
Octal 367 22 125 0 135 102 3 526 135 64
Binary 11110111 10010 1010101 0 1011101 1000010 11 101010110 1011101 110100

Color Harmonies of #F71255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71255

Black with #F71255

Text Example


Text Example

White with #F71255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71255; }

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

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

background-color css

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

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

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

border-color css

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

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

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