Html Css Color HEX #F53390 Wild Strawberry

📋 copy color: '#F53390'

red 245 ◦ green 51 ◦ blue 144

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

Shades of Wild Strawberry #F53390

Tints of Wild Strawberry #F53390

RGB

 RED value IS 245 (96.09% from 255) = 55.68%

 GREEN value IS 51 (20.31% from 255) = 11.59%

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 55.68%
G = 11.59%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F53390 (or 0xF53390) is known color: Wild Strawberry. HEX triplet: F5, 33 and 90. RGB value is (245,51,144). Sum of RGB (Red+Green+Blue) = 245+51+144=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F53390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53390 is #0ACC6F. Grayscale: #777777. Windows color (decimal): -707696 or 9450485. OLE color: 9450485.

HSL color Cylindrical-coordinate representation of color #F53390: hue angle of 331.24º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53390 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 51 144 -
CMYK 0 0.79 0.41 0.04
HSL 331.24º 0.91% 0.58% -
HSV(B) 331.24º 0.79% 0.96% -
XYZ 43.87 23.79 28.67 -
YUV 119.61 141.77 217.44 -
System Red Green Blue C M Y K H S L
Decimal 245 51 144 0 0.79 0.41 0.04 331.24 0.91 0.58
Hex F5 33 90 0 4F 29 4 14B 5B 3A
Octal 365 63 220 0 117 51 4 513 133 72
Binary 11110101 110011 10010000 0 1001111 101001 100 101001011 1011011 111010

Color Harmonies of #F53390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53390

Black with #F53390

Text Example


Text Example

White with #F53390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53390; }

 p { color: rgb(245,51,144); }

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

background-color css

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

 a { background-color: rgb(245,51,144); }

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

border-color css

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

 span { border-color: rgb(245,51,144); }

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