Html Css Color HEX #F2005A Razzmatazz

📋 copy color: '#F2005A'

red 242 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #F2005A

Tints of Razzmatazz #F2005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 72.89%
G = 0%
B = 27.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2005A (or 0xF2005A) is known color: Razzmatazz. HEX triplet: F2, 00 and 5A. RGB value is (242,0,90). Sum of RGB (Red+Green+Blue) = 242+0+90=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F2005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2005A is #0DFFA5. Grayscale: #525252. Windows color (decimal): -917414 or 5898482. OLE color: 5898482.

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

Color convert

RGB 242 0 90 -
CMYK 0 1 0.63 0.05
HSL 337.69º 1% 0.47% -
HSV(B) 337.69º 1% 0.95% -
XYZ 38.46 19.62 11.43 -
YUV 82.62 132.17 241.68 -
System Red Green Blue C M Y K H S L
Decimal 242 0 90 0 1 0.63 0.05 337.69 1 0.47
Hex F2 0 5A 0 64 3F 5 152 64 2F
Octal 362 0 132 0 144 77 5 522 144 57
Binary 11110010 0 1011010 0 1100100 111111 101 101010010 1100100 101111

Color Harmonies of #F2005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2005A

Black with #F2005A

Text Example


Text Example

White with #F2005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2005A; }

 p { color: rgb(242,0,90); }

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

background-color css

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

 a { background-color: rgb(242,0,90); }

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

border-color css

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

 span { border-color: rgb(242,0,90); }

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