Html Css Color HEX #F7309D Wild Strawberry

📋 copy color: '#F7309D'

red 247 ◦ green 48 ◦ blue 157

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

Shades of Wild Strawberry #F7309D

Tints of Wild Strawberry #F7309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.62%

 BLUE value IS 157 (61.72% from 255) = 34.73%

R = 54.65%
G = 10.62%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7309D (or 0xF7309D) is known color: Wild Strawberry. HEX triplet: F7, 30 and 9D. RGB value is (247,48,157). Sum of RGB (Red+Green+Blue) = 247+48+157=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7309D is #08CF62. Grayscale: #777777. Windows color (decimal): -577379 or 10301687. OLE color: 10301687.

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

Color convert

RGB 247 48 157 -
CMYK 0 0.81 0.36 0.03
HSL 327.14º 0.93% 0.58% -
HSV(B) 327.14º 0.81% 0.97% -
XYZ 45.5 24.32 34.19 -
YUV 119.93 148.93 218.64 -
System Red Green Blue C M Y K H S L
Decimal 247 48 157 0 0.81 0.36 0.03 327.14 0.93 0.58
Hex F7 30 9D 0 51 24 3 147 5D 3A
Octal 367 60 235 0 121 44 3 507 135 72
Binary 11110111 110000 10011101 0 1010001 100100 11 101000111 1011101 111010

Color Harmonies of #F7309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7309D

Black with #F7309D

Text Example


Text Example

White with #F7309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7309D; }

 p { color: rgb(247,48,157); }

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

background-color css

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

 a { background-color: rgb(247,48,157); }

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

border-color css

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

 span { border-color: rgb(247,48,157); }

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