Html Css Color HEX #F53898 Wild Strawberry

📋 copy color: '#F53898'

red 245 ◦ green 56 ◦ blue 152

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

Shades of Wild Strawberry #F53898

Tints of Wild Strawberry #F53898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.36%

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

R = 54.08%
G = 12.36%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F53898 (or 0xF53898) is known color: Wild Strawberry. HEX triplet: F5, 38 and 98. RGB value is (245,56,152). Sum of RGB (Red+Green+Blue) = 245+56+152=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F53898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53898 is #0AC767. Grayscale: #7B7B7B. Windows color (decimal): -706408 or 9976053. OLE color: 9976053.

HSL color Cylindrical-coordinate representation of color #F53898: hue angle of 329.52º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53898 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 152 -
CMYK 0 0.77 0.38 0.04
HSL 329.52º 0.9% 0.59% -
HSV(B) 329.52º 0.77% 0.96% -
XYZ 44.74 24.51 32.08 -
YUV 123.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 245 56 152 0 0.77 0.38 0.04 329.52 0.9 0.59
Hex F5 38 98 0 4D 26 4 14A 5A 3B
Octal 365 70 230 0 115 46 4 512 132 73
Binary 11110101 111000 10011000 0 1001101 100110 100 101001010 1011010 111011

Color Harmonies of #F53898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53898

Black with #F53898

Text Example


Text Example

White with #F53898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53898; }

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

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

background-color css

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

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

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

border-color css

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

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

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