Html Css Color HEX #F7288A Wild Strawberry

📋 copy color: '#F7288A'

red 247 ◦ green 40 ◦ blue 138

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

Shades of Wild Strawberry #F7288A

Tints of Wild Strawberry #F7288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 58.12%
G = 9.41%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7288A (or 0xF7288A) is known color: Wild Strawberry. HEX triplet: F7, 28 and 8A. RGB value is (247,40,138). Sum of RGB (Red+Green+Blue) = 247+40+138=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F7288A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7288A is #08D775. Grayscale: #707070. Windows color (decimal): -579446 or 9054455. OLE color: 9054455.

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

Color convert

RGB 247 40 138 -
CMYK 0 0.84 0.44 0.03
HSL 331.59º 0.93% 0.56% -
HSV(B) 331.59º 0.84% 0.97% -
XYZ 43.7 23.13 26.21 -
YUV 113.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 247 40 138 0 0.84 0.44 0.03 331.59 0.93 0.56
Hex F7 28 8A 0 54 2C 3 14C 5D 38
Octal 367 50 212 0 124 54 3 514 135 70
Binary 11110111 101000 10001010 0 1010100 101100 11 101001100 1011101 111000

Color Harmonies of #F7288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7288A

Black with #F7288A

Text Example


Text Example

White with #F7288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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