Html Css Color HEX #F20963 Razzmatazz

📋 copy color: '#F20963'

red 242 ◦ green 9 ◦ blue 99

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

Shades of Razzmatazz #F20963

Tints of Razzmatazz #F20963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

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

R = 69.14%
G = 2.57%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F20963 (or 0xF20963) is known color: Razzmatazz. HEX triplet: F2, 09 and 63. RGB value is (242,9,99). Sum of RGB (Red+Green+Blue) = 242+9+99=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F20963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20963 is #0DF69C. Grayscale: #585858. Windows color (decimal): -915101 or 6490610. OLE color: 6490610.

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

Color convert

RGB 242 9 99 -
CMYK 0 0.96 0.59 0.05
HSL 336.82º 0.93% 0.49% -
HSV(B) 336.82º 0.96% 0.95% -
XYZ 38.97 19.97 13.61 -
YUV 88.93 133.69 237.18 -
System Red Green Blue C M Y K H S L
Decimal 242 9 99 0 0.96 0.59 0.05 336.82 0.93 0.49
Hex F2 9 63 0 60 3B 5 151 5D 31
Octal 362 11 143 0 140 73 5 521 135 61
Binary 11110010 1001 1100011 0 1100000 111011 101 101010001 1011101 110001

Color Harmonies of #F20963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20963

Black with #F20963

Text Example


Text Example

White with #F20963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20963; }

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

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

background-color css

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

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

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

border-color css

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

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

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