Html Css Color HEX #F21263 Razzmatazz

📋 copy color: '#F21263'

red 242 ◦ green 18 ◦ blue 99

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

Shades of Razzmatazz #F21263

Tints of Razzmatazz #F21263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 67.41%
G = 5.01%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F21263 (or 0xF21263) is known color: Razzmatazz. HEX triplet: F2, 12 and 63. RGB value is (242,18,99). Sum of RGB (Red+Green+Blue) = 242+18+99=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F21263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21263 is #0DED9C. Grayscale: #5E5E5E. Windows color (decimal): -912797 or 6492914. OLE color: 6492914.

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

Color convert

RGB 242 18 99 -
CMYK 0 0.93 0.59 0.05
HSL 338.3º 0.9% 0.51% -
HSV(B) 338.3º 0.93% 0.95% -
XYZ 39.09 20.21 13.65 -
YUV 94.21 130.71 233.41 -
System Red Green Blue C M Y K H S L
Decimal 242 18 99 0 0.93 0.59 0.05 338.3 0.9 0.51
Hex F2 12 63 0 5D 3B 5 152 5A 33
Octal 362 22 143 0 135 73 5 522 132 63
Binary 11110010 10010 1100011 0 1011101 111011 101 101010010 1011010 110011

Color Harmonies of #F21263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21263

Black with #F21263

Text Example


Text Example

White with #F21263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21263; }

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

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

background-color css

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

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

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

border-color css

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

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

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