Html Css Color HEX #F20275 Razzmatazz

📋 copy color: '#F20275'

red 242 ◦ green 2 ◦ blue 117

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

Shades of Razzmatazz #F20275

Tints of Razzmatazz #F20275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 67.04%
G = 0.55%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F20275 (or 0xF20275) is known color: Razzmatazz. HEX triplet: F2, 02 and 75. RGB value is (242,2,117). Sum of RGB (Red+Green+Blue) = 242+2+117=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F20275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20275 is #0DFD8A. Grayscale: #565656. Windows color (decimal): -916875 or 7668466. OLE color: 7668466.

HSL color Cylindrical-coordinate representation of color #F20275: hue angle of 331.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20275 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 2 117 -
CMYK 0 0.99 0.52 0.05
HSL 331.25º 0.98% 0.48% -
HSV(B) 331.25º 0.99% 0.95% -
XYZ 39.85 20.21 18.63 -
YUV 86.87 145.01 238.65 -
System Red Green Blue C M Y K H S L
Decimal 242 2 117 0 0.99 0.52 0.05 331.25 0.98 0.48
Hex F2 2 75 0 63 34 5 14B 62 30
Octal 362 2 165 0 143 64 5 513 142 60
Binary 11110010 10 1110101 0 1100011 110100 101 101001011 1100010 110000

Color Harmonies of #F20275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20275

Black with #F20275

Text Example


Text Example

White with #F20275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20275; }

 p { color: rgb(242,2,117); }

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

background-color css

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

 a { background-color: rgb(242,2,117); }

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

border-color css

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

 span { border-color: rgb(242,2,117); }

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