Html Css Color HEX #F7388F Wild Strawberry

📋 copy color: '#F7388F'

red 247 ◦ green 56 ◦ blue 143

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

Shades of Wild Strawberry #F7388F

Tints of Wild Strawberry #F7388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.56%

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 55.38%
G = 12.56%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7388F (or 0xF7388F) is known color: Wild Strawberry. HEX triplet: F7, 38 and 8F. RGB value is (247,56,143). Sum of RGB (Red+Green+Blue) = 247+56+143=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F7388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7388F is #08C770. Grayscale: #7A7A7A. Windows color (decimal): -575345 or 9386231. OLE color: 9386231.

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

Color convert

RGB 247 56 143 -
CMYK 0 0.77 0.42 0.03
HSL 332.67º 0.92% 0.59% -
HSV(B) 332.67º 0.77% 0.97% -
XYZ 44.73 24.59 28.37 -
YUV 123.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 247 56 143 0 0.77 0.42 0.03 332.67 0.92 0.59
Hex F7 38 8F 0 4D 2A 3 14D 5C 3B
Octal 367 70 217 0 115 52 3 515 134 73
Binary 11110111 111000 10001111 0 1001101 101010 11 101001101 1011100 111011

Color Harmonies of #F7388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7388F

Black with #F7388F

Text Example


Text Example

White with #F7388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7388F; }

 p { color: rgb(247,56,143); }

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

background-color css

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

 a { background-color: rgb(247,56,143); }

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

border-color css

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

 span { border-color: rgb(247,56,143); }

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