Html Css Color HEX #F53398 Wild Strawberry

📋 copy color: '#F53398'

red 245 ◦ green 51 ◦ blue 152

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

Shades of Wild Strawberry #F53398

Tints of Wild Strawberry #F53398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.93%

R = 54.69%
G = 11.38%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F53398 (or 0xF53398) is known color: Wild Strawberry. HEX triplet: F5, 33 and 98. RGB value is (245,51,152). Sum of RGB (Red+Green+Blue) = 245+51+152=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F53398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53398 is #0ACC67. Grayscale: #787878. Windows color (decimal): -707688 or 9974773. OLE color: 9974773.

HSL color Cylindrical-coordinate representation of color #F53398: hue angle of 328.76º 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 #F53398 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 51 152 -
CMYK 0 0.79 0.38 0.04
HSL 328.76º 0.91% 0.58% -
HSV(B) 328.76º 0.79% 0.96% -
XYZ 44.51 24.05 32 -
YUV 120.52 145.77 216.79 -
System Red Green Blue C M Y K H S L
Decimal 245 51 152 0 0.79 0.38 0.04 328.76 0.91 0.58
Hex F5 33 98 0 4F 26 4 149 5B 3A
Octal 365 63 230 0 117 46 4 511 133 72
Binary 11110101 110011 10011000 0 1001111 100110 100 101001001 1011011 111010

Color Harmonies of #F53398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53398

Black with #F53398

Text Example


Text Example

White with #F53398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53398; }

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

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

background-color css

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

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

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

border-color css

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

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

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