Html Css Color HEX #F20763 Razzmatazz

📋 copy color: '#F20763'

red 242 ◦ green 7 ◦ blue 99

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

Shades of Razzmatazz #F20763

Tints of Razzmatazz #F20763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

 BLUE value IS 99 (39.06% from 255) = 28.45%

R = 69.54%
G = 2.01%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F20763 (or 0xF20763) is known color: Razzmatazz. HEX triplet: F2, 07 and 63. RGB value is (242,7,99). Sum of RGB (Red+Green+Blue) = 242+7+99=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F20763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20763 is #0DF89C. Grayscale: #575757. Windows color (decimal): -915613 or 6490098. OLE color: 6490098.

HSL color Cylindrical-coordinate representation of color #F20763: hue angle of 336.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20763 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 7 99 -
CMYK 0 0.97 0.59 0.05
HSL 336.51º 0.94% 0.49% -
HSV(B) 336.51º 0.97% 0.95% -
XYZ 38.95 19.93 13.6 -
YUV 87.75 134.36 238.02 -
System Red Green Blue C M Y K H S L
Decimal 242 7 99 0 0.97 0.59 0.05 336.51 0.94 0.49
Hex F2 7 63 0 61 3B 5 151 5E 31
Octal 362 7 143 0 141 73 5 521 136 61
Binary 11110010 111 1100011 0 1100001 111011 101 101010001 1011110 110001

Color Harmonies of #F20763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20763

Black with #F20763

Text Example


Text Example

White with #F20763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20763; }

 p { color: rgb(242,7,99); }

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

background-color css

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

 a { background-color: rgb(242,7,99); }

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

border-color css

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

 span { border-color: rgb(242,7,99); }

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