Html Css Color HEX #F20071 Razzmatazz

📋 copy color: '#F20071'

red 242 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #F20071

Tints of Razzmatazz #F20071

RGB

 RED value IS 242 (94.92% from 255) = 68.17%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 68.17%
G = 0%
B = 31.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F20071 (or 0xF20071) is known color: Razzmatazz. HEX triplet: F2, 00 and 71. RGB value is (242,0,113). Sum of RGB (Red+Green+Blue) = 242+0+113=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F20071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20071 is #0DFF8E. Grayscale: #555555. Windows color (decimal): -917391 or 7405810. OLE color: 7405810.

HSL color Cylindrical-coordinate representation of color #F20071: hue angle of 331.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20071 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 113 -
CMYK 0 1 0.53 0.05
HSL 331.98º 1% 0.47% -
HSV(B) 331.98º 1% 0.95% -
XYZ 39.6 20.07 17.41 -
YUV 85.24 143.67 239.81 -
System Red Green Blue C M Y K H S L
Decimal 242 0 113 0 1 0.53 0.05 331.98 1 0.47
Hex F2 0 71 0 64 35 5 14C 64 2F
Octal 362 0 161 0 144 65 5 514 144 57
Binary 11110010 0 1110001 0 1100100 110101 101 101001100 1100100 101111

Color Harmonies of #F20071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20071

Black with #F20071

Text Example


Text Example

White with #F20071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20071; }

 p { color: rgb(242,0,113); }

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

background-color css

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

 a { background-color: rgb(242,0,113); }

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

border-color css

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

 span { border-color: rgb(242,0,113); }

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