Html Css Color HEX #F21461 Razzmatazz

📋 copy color: '#F21461'

red 242 ◦ green 20 ◦ blue 97

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

Shades of Razzmatazz #F21461

Tints of Razzmatazz #F21461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.57%

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

R = 67.41%
G = 5.57%
B = 27.02%

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

#F21461 (or 0xF21461) is known color: Razzmatazz. HEX triplet: F2, 14 and 61. RGB value is (242,20,97). Sum of RGB (Red+Green+Blue) = 242+20+97=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F21461 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21461 is #0DEB9E. Grayscale: #5F5F5F. Windows color (decimal): -912287 or 6362354. OLE color: 6362354.

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

Color convert

RGB 242 20 97 -
CMYK 0 0.92 0.60 0.05
HSL 339.19º 0.9% 0.51% -
HSV(B) 339.19º 0.92% 0.95% -
XYZ 39.03 20.24 13.16 -
YUV 95.16 129.05 232.74 -
System Red Green Blue C M Y K H S L
Decimal 242 20 97 0 0.92 0.60 0.05 339.19 0.9 0.51
Hex F2 14 61 0 5C 3C 5 153 5A 33
Octal 362 24 141 0 134 74 5 523 132 63
Binary 11110010 10100 1100001 0 1011100 111100 101 101010011 1011010 110011

Color Harmonies of #F21461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21461

Black with #F21461

Text Example


Text Example

White with #F21461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21461; }

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

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

background-color css

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

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

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

border-color css

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

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

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