Html Css Color HEX #F7298A Wild Strawberry

📋 copy color: '#F7298A'

red 247 ◦ green 41 ◦ blue 138

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

Shades of Wild Strawberry #F7298A

Tints of Wild Strawberry #F7298A

RGB

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

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

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

R = 57.98%
G = 9.62%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7298A (or 0xF7298A) is known color: Wild Strawberry. HEX triplet: F7, 29 and 8A. RGB value is (247,41,138). Sum of RGB (Red+Green+Blue) = 247+41+138=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7298A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7298A is #08D675. Grayscale: #717171. Windows color (decimal): -579190 or 9054711. OLE color: 9054711.

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

Color convert

RGB 247 41 138 -
CMYK 0 0.83 0.44 0.03
HSL 331.75º 0.93% 0.56% -
HSV(B) 331.75º 0.83% 0.97% -
XYZ 43.74 23.2 26.22 -
YUV 113.65 141.75 223.11 -
System Red Green Blue C M Y K H S L
Decimal 247 41 138 0 0.83 0.44 0.03 331.75 0.93 0.56
Hex F7 29 8A 0 53 2C 3 14C 5D 38
Octal 367 51 212 0 123 54 3 514 135 70
Binary 11110111 101001 10001010 0 1010011 101100 11 101001100 1011101 111000

Color Harmonies of #F7298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7298A

Black with #F7298A

Text Example


Text Example

White with #F7298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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