Html Css Color HEX #F20565 Razzmatazz

📋 copy color: '#F20565'

red 242 ◦ green 5 ◦ blue 101

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

Shades of Razzmatazz #F20565

Tints of Razzmatazz #F20565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 69.54%
G = 1.44%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F20565 (or 0xF20565) is known color: Razzmatazz. HEX triplet: F2, 05 and 65. RGB value is (242,5,101). Sum of RGB (Red+Green+Blue) = 242+5+101=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F20565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20565 is #0DFA9A. Grayscale: #565656. Windows color (decimal): -916123 or 6620658. OLE color: 6620658.

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

Color convert

RGB 242 5 101 -
CMYK 0 0.98 0.58 0.05
HSL 335.7º 0.96% 0.48% -
HSV(B) 335.7º 0.98% 0.95% -
XYZ 39.02 19.93 14.1 -
YUV 86.81 136.02 238.69 -
System Red Green Blue C M Y K H S L
Decimal 242 5 101 0 0.98 0.58 0.05 335.7 0.96 0.48
Hex F2 5 65 0 62 3A 5 150 60 30
Octal 362 5 145 0 142 72 5 520 140 60
Binary 11110010 101 1100101 0 1100010 111010 101 101010000 1100000 110000

Color Harmonies of #F20565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20565

Black with #F20565

Text Example


Text Example

White with #F20565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20565; }

 p { color: rgb(242,5,101); }

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

background-color css

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

 a { background-color: rgb(242,5,101); }

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

border-color css

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

 span { border-color: rgb(242,5,101); }

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