Html Css Color HEX #F7298D Wild Strawberry

📋 copy color: '#F7298D'

red 247 ◦ green 41 ◦ blue 141

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

Shades of Wild Strawberry #F7298D

Tints of Wild Strawberry #F7298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 57.58%
G = 9.56%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7298D (or 0xF7298D) is known color: Wild Strawberry. HEX triplet: F7, 29 and 8D. RGB value is (247,41,141). Sum of RGB (Red+Green+Blue) = 247+41+141=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F7298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7298D is #08D672. Grayscale: #717171. Windows color (decimal): -579187 or 9251319. OLE color: 9251319.

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

Color convert

RGB 247 41 141 -
CMYK 0 0.83 0.43 0.03
HSL 330.87º 0.93% 0.56% -
HSV(B) 330.87º 0.83% 0.97% -
XYZ 43.96 23.28 27.38 -
YUV 113.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 247 41 141 0 0.83 0.43 0.03 330.87 0.93 0.56
Hex F7 29 8D 0 53 2B 3 14B 5D 38
Octal 367 51 215 0 123 53 3 513 135 70
Binary 11110111 101001 10001101 0 1010011 101011 11 101001011 1011101 111000

Color Harmonies of #F7298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7298D

Black with #F7298D

Text Example


Text Example

White with #F7298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7298D; }

 p { color: rgb(247,41,141); }

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

background-color css

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

 a { background-color: rgb(247,41,141); }

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

border-color css

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

 span { border-color: rgb(247,41,141); }

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