Html Css Color HEX #F20671 Razzmatazz

📋 copy color: '#F20671'

red 242 ◦ green 6 ◦ blue 113

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

Shades of Razzmatazz #F20671

Tints of Razzmatazz #F20671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 67.04%
G = 1.66%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F20671 (or 0xF20671) is known color: Razzmatazz. HEX triplet: F2, 06 and 71. RGB value is (242,6,113). Sum of RGB (Red+Green+Blue) = 242+6+113=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F20671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20671 is #0DF98E. Grayscale: #585858. Windows color (decimal): -915855 or 7407346. OLE color: 7407346.

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

Color convert

RGB 242 6 113 -
CMYK 0 0.98 0.53 0.05
HSL 332.8º 0.95% 0.49% -
HSV(B) 332.8º 0.98% 0.95% -
XYZ 39.66 20.2 17.43 -
YUV 88.76 141.69 237.3 -
System Red Green Blue C M Y K H S L
Decimal 242 6 113 0 0.98 0.53 0.05 332.8 0.95 0.49
Hex F2 6 71 0 62 35 5 14D 5F 31
Octal 362 6 161 0 142 65 5 515 137 61
Binary 11110010 110 1110001 0 1100010 110101 101 101001101 1011111 110001

Color Harmonies of #F20671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20671

Black with #F20671

Text Example


Text Example

White with #F20671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20671; }

 p { color: rgb(242,6,113); }

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

background-color css

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

 a { background-color: rgb(242,6,113); }

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

border-color css

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

 span { border-color: rgb(242,6,113); }

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