Html Css Color HEX #F7369D Wild Strawberry

📋 copy color: '#F7369D'

red 247 ◦ green 54 ◦ blue 157

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

Shades of Wild Strawberry #F7369D

Tints of Wild Strawberry #F7369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.79%

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

R = 53.93%
G = 11.79%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7369D (or 0xF7369D) is known color: Wild Strawberry. HEX triplet: F7, 36 and 9D. RGB value is (247,54,157). Sum of RGB (Red+Green+Blue) = 247+54+157=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7369D is #08C962. Grayscale: #7B7B7B. Windows color (decimal): -575843 or 10303223. OLE color: 10303223.

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

Color convert

RGB 247 54 157 -
CMYK 0 0.78 0.36 0.03
HSL 327.98º 0.92% 0.59% -
HSV(B) 327.98º 0.78% 0.97% -
XYZ 45.76 24.85 34.28 -
YUV 123.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 247 54 157 0 0.78 0.36 0.03 327.98 0.92 0.59
Hex F7 36 9D 0 4E 24 3 148 5C 3B
Octal 367 66 235 0 116 44 3 510 134 73
Binary 11110111 110110 10011101 0 1001110 100100 11 101001000 1011100 111011

Color Harmonies of #F7369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7369D

Black with #F7369D

Text Example


Text Example

White with #F7369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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