Html Css Color HEX #F20163 Razzmatazz

📋 copy color: '#F20163'

red 242 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #F20163

Tints of Razzmatazz #F20163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 70.76%
G = 0.29%
B = 28.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F20163 (or 0xF20163) is known color: Razzmatazz. HEX triplet: F2, 01 and 63. RGB value is (242,1,99). Sum of RGB (Red+Green+Blue) = 242+1+99=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F20163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20163 is #0DFE9C. Grayscale: #545454. Windows color (decimal): -917149 or 6488562. OLE color: 6488562.

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

Color convert

RGB 242 1 99 -
CMYK 0 1.00 0.59 0.05
HSL 335.6º 0.99% 0.48% -
HSV(B) 335.6º 1% 0.95% -
XYZ 38.88 19.8 13.58 -
YUV 84.23 136.34 240.53 -
System Red Green Blue C M Y K H S L
Decimal 242 1 99 0 1.00 0.59 0.05 335.6 0.99 0.48
Hex F2 1 63 0 64 3B 5 150 63 30
Octal 362 1 143 0 144 73 5 520 143 60
Binary 11110010 1 1100011 0 1100100 111011 101 101010000 1100011 110000

Color Harmonies of #F20163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20163

Black with #F20163

Text Example


Text Example

White with #F20163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20163; }

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

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

background-color css

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

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

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

border-color css

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

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

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