Html Css Color HEX #F5298C Wild Strawberry

📋 copy color: '#F5298C'

red 245 ◦ green 41 ◦ blue 140

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

Shades of Wild Strawberry #F5298C

Tints of Wild Strawberry #F5298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.62%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 57.51%
G = 9.62%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5298C (or 0xF5298C) is known color: Wild Strawberry. HEX triplet: F5, 29 and 8C. RGB value is (245,41,140). Sum of RGB (Red+Green+Blue) = 245+41+140=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5298C is #0AD673. Grayscale: #717171. Windows color (decimal): -710260 or 9185781. OLE color: 9185781.

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

Color convert

RGB 245 41 140 -
CMYK 0 0.83 0.43 0.04
HSL 330.88º 0.91% 0.56% -
HSV(B) 330.88º 0.83% 0.96% -
XYZ 43.18 22.89 26.95 -
YUV 113.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 245 41 140 0 0.83 0.43 0.04 330.88 0.91 0.56
Hex F5 29 8C 0 53 2B 4 14B 5B 38
Octal 365 51 214 0 123 53 4 513 133 70
Binary 11110101 101001 10001100 0 1010011 101011 100 101001011 1011011 111000

Color Harmonies of #F5298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5298C

Black with #F5298C

Text Example


Text Example

White with #F5298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5298C; }

 p { color: rgb(245,41,140); }

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

background-color css

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

 a { background-color: rgb(245,41,140); }

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

border-color css

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

 span { border-color: rgb(245,41,140); }

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