Html Css Color HEX #F7288C Wild Strawberry

📋 copy color: '#F7288C'

red 247 ◦ green 40 ◦ blue 140

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

Shades of Wild Strawberry #F7288C

Tints of Wild Strawberry #F7288C

RGB

 RED value IS 247 (96.88% from 255) = 57.85%

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

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

R = 57.85%
G = 9.37%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7288C (or 0xF7288C) is known color: Wild Strawberry. HEX triplet: F7, 28 and 8C. RGB value is (247,40,140). Sum of RGB (Red+Green+Blue) = 247+40+140=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F7288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7288C is #08D773. Grayscale: #717171. Windows color (decimal): -579444 or 9185527. OLE color: 9185527.

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

Color convert

RGB 247 40 140 -
CMYK 0 0.84 0.43 0.03
HSL 331.01º 0.93% 0.56% -
HSV(B) 331.01º 0.84% 0.97% -
XYZ 43.85 23.19 26.97 -
YUV 113.29 143.08 223.37 -
System Red Green Blue C M Y K H S L
Decimal 247 40 140 0 0.84 0.43 0.03 331.01 0.93 0.56
Hex F7 28 8C 0 54 2B 3 14B 5D 38
Octal 367 50 214 0 124 53 3 513 135 70
Binary 11110111 101000 10001100 0 1010100 101011 11 101001011 1011101 111000

Color Harmonies of #F7288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7288C

Black with #F7288C

Text Example


Text Example

White with #F7288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7288C; }

 p { color: rgb(247,40,140); }

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

background-color css

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

 a { background-color: rgb(247,40,140); }

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

border-color css

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

 span { border-color: rgb(247,40,140); }

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