Html Css Color HEX #F20073 Razzmatazz

📋 copy color: '#F20073'

red 242 ◦ green 0 ◦ blue 115

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

Shades of Razzmatazz #F20073

Tints of Razzmatazz #F20073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 67.79%
G = 0%
B = 32.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F20073 (or 0xF20073) is known color: Razzmatazz. HEX triplet: F2, 00 and 73. RGB value is (242,0,115). Sum of RGB (Red+Green+Blue) = 242+0+115=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F20073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20073 is #0DFF8C. Grayscale: #555555. Windows color (decimal): -917389 or 7536882. OLE color: 7536882.

HSL color Cylindrical-coordinate representation of color #F20073: hue angle of 331.49º 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 #F20073 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 115 -
CMYK 0 1 0.52 0.05
HSL 331.49º 1% 0.47% -
HSV(B) 331.49º 1% 0.95% -
XYZ 39.71 20.12 18.01 -
YUV 85.47 144.67 239.65 -
System Red Green Blue C M Y K H S L
Decimal 242 0 115 0 1 0.52 0.05 331.49 1 0.47
Hex F2 0 73 0 64 34 5 14B 64 2F
Octal 362 0 163 0 144 64 5 513 144 57
Binary 11110010 0 1110011 0 1100100 110100 101 101001011 1100100 101111

Color Harmonies of #F20073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20073

Black with #F20073

Text Example


Text Example

White with #F20073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20073; }

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

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

background-color css

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

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

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

border-color css

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

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

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