Html Css Color HEX #F5287F Wild Strawberry

📋 copy color: '#F5287F'

red 245 ◦ green 40 ◦ blue 127

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

Shades of Wild Strawberry #F5287F

Tints of Wild Strawberry #F5287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.83%

R = 59.47%
G = 9.71%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5287F (or 0xF5287F) is known color: Wild Strawberry. HEX triplet: F5, 28 and 7F. RGB value is (245,40,127). Sum of RGB (Red+Green+Blue) = 245+40+127=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F5287F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5287F is #0AD780. Grayscale: #6F6F6F. Windows color (decimal): -710529 or 8333557. OLE color: 8333557.

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

Color convert

RGB 245 40 127 -
CMYK 0 0.84 0.48 0.04
HSL 334.54º 0.91% 0.56% -
HSV(B) 334.54º 0.84% 0.96% -
XYZ 42.25 22.46 22.19 -
YUV 111.21 136.92 223.43 -
System Red Green Blue C M Y K H S L
Decimal 245 40 127 0 0.84 0.48 0.04 334.54 0.91 0.56
Hex F5 28 7F 0 54 30 4 14F 5B 38
Octal 365 50 177 0 124 60 4 517 133 70
Binary 11110101 101000 1111111 0 1010100 110000 100 101001111 1011011 111000

Color Harmonies of #F5287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5287F

Black with #F5287F

Text Example


Text Example

White with #F5287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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