Html Css Color HEX #F21361 Razzmatazz

📋 copy color: '#F21361'

red 242 ◦ green 19 ◦ blue 97

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

Shades of Razzmatazz #F21361

Tints of Razzmatazz #F21361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 67.6%
G = 5.31%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F21361 (or 0xF21361) is known color: Razzmatazz. HEX triplet: F2, 13 and 61. RGB value is (242,19,97). Sum of RGB (Red+Green+Blue) = 242+19+97=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F21361 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21361 is #0DEC9E. Grayscale: #5E5E5E. Windows color (decimal): -912543 or 6362098. OLE color: 6362098.

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

Color convert

RGB 242 19 97 -
CMYK 0 0.92 0.60 0.05
HSL 339.01º 0.9% 0.51% -
HSV(B) 339.01º 0.92% 0.95% -
XYZ 39.01 20.21 13.15 -
YUV 94.57 129.38 233.16 -
System Red Green Blue C M Y K H S L
Decimal 242 19 97 0 0.92 0.60 0.05 339.01 0.9 0.51
Hex F2 13 61 0 5C 3C 5 153 5A 33
Octal 362 23 141 0 134 74 5 523 132 63
Binary 11110010 10011 1100001 0 1011100 111100 101 101010011 1011010 110011

Color Harmonies of #F21361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21361

Black with #F21361

Text Example


Text Example

White with #F21361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21361; }

 p { color: rgb(242,19,97); }

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

background-color css

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

 a { background-color: rgb(242,19,97); }

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

border-color css

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

 span { border-color: rgb(242,19,97); }

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