Html Css Color HEX #F737A0 Wild Strawberry

📋 copy color: '#F737A0'

red 247 ◦ green 55 ◦ blue 160

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

Shades of Wild Strawberry #F737A0

Tints of Wild Strawberry #F737A0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.9%

 BLUE value IS 160 (62.89% from 255) = 34.63%

R = 53.46%
G = 11.9%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F737A0 (or 0xF737A0) is known color: Wild Strawberry. HEX triplet: F7, 37 and A0. RGB value is (247,55,160). Sum of RGB (Red+Green+Blue) = 247+55+160=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F737A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F737A0 is #08C85F. Grayscale: #7C7C7C. Windows color (decimal): -575584 or 10500087. OLE color: 10500087.

HSL color Cylindrical-coordinate representation of color #F737A0: hue angle of 327.19º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F737A0 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 55 160 -
CMYK 0 0.78 0.35 0.03
HSL 327.19º 0.92% 0.59% -
HSV(B) 327.19º 0.78% 0.97% -
XYZ 46.07 25.04 35.66 -
YUV 124.38 148.11 215.46 -
System Red Green Blue C M Y K H S L
Decimal 247 55 160 0 0.78 0.35 0.03 327.19 0.92 0.59
Hex F7 37 A0 0 4E 23 3 147 5C 3B
Octal 367 67 240 0 116 43 3 507 134 73
Binary 11110111 110111 10100000 0 1001110 100011 11 101000111 1011100 111011

Color Harmonies of #F737A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F737A0

Black with #F737A0

Text Example


Text Example

White with #F737A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F737A0; }

 p { color: rgb(247,55,160); }

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

background-color css

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

 a { background-color: rgb(247,55,160); }

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

border-color css

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

 span { border-color: rgb(247,55,160); }

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