Html Css Color HEX #F7369B Wild Strawberry

📋 copy color: '#F7369B'

red 247 ◦ green 54 ◦ blue 155

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

Shades of Wild Strawberry #F7369B

Tints of Wild Strawberry #F7369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 54.17%
G = 11.84%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7369B (or 0xF7369B) is known color: Wild Strawberry. HEX triplet: F7, 36 and 9B. RGB value is (247,54,155). Sum of RGB (Red+Green+Blue) = 247+54+155=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7369B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7369B is #08C964. Grayscale: #7B7B7B. Windows color (decimal): -575845 or 10172151. OLE color: 10172151.

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

Color convert

RGB 247 54 155 -
CMYK 0 0.78 0.37 0.03
HSL 328.6º 0.92% 0.59% -
HSV(B) 328.6º 0.78% 0.97% -
XYZ 45.59 24.78 33.39 -
YUV 123.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 247 54 155 0 0.78 0.37 0.03 328.6 0.92 0.59
Hex F7 36 9B 0 4E 25 3 149 5C 3B
Octal 367 66 233 0 116 45 3 511 134 73
Binary 11110111 110110 10011011 0 1001110 100101 11 101001001 1011100 111011

Color Harmonies of #F7369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7369B

Black with #F7369B

Text Example


Text Example

White with #F7369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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