Html Css Color HEX #F7358B Wild Strawberry

📋 copy color: '#F7358B'

red 247 ◦ green 53 ◦ blue 139

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

Shades of Wild Strawberry #F7358B

Tints of Wild Strawberry #F7358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.07%

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 56.26%
G = 12.07%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7358B (or 0xF7358B) is known color: Wild Strawberry. HEX triplet: F7, 35 and 8B. RGB value is (247,53,139). Sum of RGB (Red+Green+Blue) = 247+53+139=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F7358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7358B is #08CA74. Grayscale: #787878. Windows color (decimal): -576117 or 9123319. OLE color: 9123319.

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

Color convert

RGB 247 53 139 -
CMYK 0 0.79 0.44 0.03
HSL 333.4º 0.92% 0.59% -
HSV(B) 333.4º 0.79% 0.97% -
XYZ 44.29 24.18 26.76 -
YUV 120.81 138.27 218.01 -
System Red Green Blue C M Y K H S L
Decimal 247 53 139 0 0.79 0.44 0.03 333.4 0.92 0.59
Hex F7 35 8B 0 4F 2C 3 14D 5C 3B
Octal 367 65 213 0 117 54 3 515 134 73
Binary 11110111 110101 10001011 0 1001111 101100 11 101001101 1011100 111011

Color Harmonies of #F7358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7358B

Black with #F7358B

Text Example


Text Example

White with #F7358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7358B; }

 p { color: rgb(247,53,139); }

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

background-color css

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

 a { background-color: rgb(247,53,139); }

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

border-color css

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

 span { border-color: rgb(247,53,139); }

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