Html Css Color HEX #F5288B Wild Strawberry

📋 copy color: '#F5288B'

red 245 ◦ green 40 ◦ blue 139

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

Shades of Wild Strawberry #F5288B

Tints of Wild Strawberry #F5288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.43%

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 57.78%
G = 9.43%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5288B (or 0xF5288B) is known color: Wild Strawberry. HEX triplet: F5, 28 and 8B. RGB value is (245,40,139). Sum of RGB (Red+Green+Blue) = 245+40+139=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5288B is #0AD774. Grayscale: #707070. Windows color (decimal): -710517 or 9119989. OLE color: 9119989.

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

Color convert

RGB 245 40 139 -
CMYK 0 0.84 0.43 0.04
HSL 331.02º 0.91% 0.56% -
HSV(B) 331.02º 0.84% 0.96% -
XYZ 43.08 22.79 26.56 -
YUV 112.58 142.92 222.45 -
System Red Green Blue C M Y K H S L
Decimal 245 40 139 0 0.84 0.43 0.04 331.02 0.91 0.56
Hex F5 28 8B 0 54 2B 4 14B 5B 38
Octal 365 50 213 0 124 53 4 513 133 70
Binary 11110101 101000 10001011 0 1010100 101011 100 101001011 1011011 111000

Color Harmonies of #F5288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5288B

Black with #F5288B

Text Example


Text Example

White with #F5288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5288B; }

 p { color: rgb(245,40,139); }

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

background-color css

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

 a { background-color: rgb(245,40,139); }

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

border-color css

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

 span { border-color: rgb(245,40,139); }

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