Html Css Color HEX #F20365 Razzmatazz

📋 copy color: '#F20365'

red 242 ◦ green 3 ◦ blue 101

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

Shades of Razzmatazz #F20365

Tints of Razzmatazz #F20365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 69.94%
G = 0.87%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F20365 (or 0xF20365) is known color: Razzmatazz. HEX triplet: F2, 03 and 65. RGB value is (242,3,101). Sum of RGB (Red+Green+Blue) = 242+3+101=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F20365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20365 is #0DFC9A. Grayscale: #555555. Windows color (decimal): -916635 or 6620146. OLE color: 6620146.

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

Color convert

RGB 242 3 101 -
CMYK 0 0.99 0.58 0.05
HSL 335.4º 0.98% 0.48% -
HSV(B) 335.4º 0.99% 0.95% -
XYZ 39 19.88 14.09 -
YUV 85.63 136.68 239.53 -
System Red Green Blue C M Y K H S L
Decimal 242 3 101 0 0.99 0.58 0.05 335.4 0.98 0.48
Hex F2 3 65 0 63 3A 5 14F 62 30
Octal 362 3 145 0 143 72 5 517 142 60
Binary 11110010 11 1100101 0 1100011 111010 101 101001111 1100010 110000

Color Harmonies of #F20365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20365

Black with #F20365

Text Example


Text Example

White with #F20365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20365; }

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

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

background-color css

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

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

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

border-color css

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

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

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