Html Css Color HEX #F20753 Razzmatazz

📋 copy color: '#F20753'

red 242 ◦ green 7 ◦ blue 83

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

Shades of Razzmatazz #F20753

Tints of Razzmatazz #F20753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25%

R = 72.89%
G = 2.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F20753 (or 0xF20753) is known color: Razzmatazz. HEX triplet: F2, 07 and 53. RGB value is (242,7,83). Sum of RGB (Red+Green+Blue) = 242+7+83=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F20753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20753 is #0DF8AC. Grayscale: #555555. Windows color (decimal): -915629 or 5441522. OLE color: 5441522.

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

Color convert

RGB 242 7 83 -
CMYK 0 0.97 0.66 0.05
HSL 340.6º 0.94% 0.49% -
HSV(B) 340.6º 0.97% 0.95% -
XYZ 38.26 19.65 9.96 -
YUV 85.93 126.36 239.32 -
System Red Green Blue C M Y K H S L
Decimal 242 7 83 0 0.97 0.66 0.05 340.6 0.94 0.49
Hex F2 7 53 0 61 42 5 155 5E 31
Octal 362 7 123 0 141 102 5 525 136 61
Binary 11110010 111 1010011 0 1100001 1000010 101 101010101 1011110 110001

Color Harmonies of #F20753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20753

Black with #F20753

Text Example


Text Example

White with #F20753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20753; }

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

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

background-color css

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

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

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

border-color css

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

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

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