Html Css Color HEX #F7449D Wild Strawberry

📋 copy color: '#F7449D'

red 247 ◦ green 68 ◦ blue 157

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

Shades of Wild Strawberry #F7449D

Tints of Wild Strawberry #F7449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

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

R = 52.33%
G = 14.41%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7449D (or 0xF7449D) is known color: Wild Strawberry. HEX triplet: F7, 44 and 9D. RGB value is (247,68,157). Sum of RGB (Red+Green+Blue) = 247+68+157=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7449D is #08BB62. Grayscale: #838383. Windows color (decimal): -572259 or 10306807. OLE color: 10306807.

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

Color convert

RGB 247 68 157 -
CMYK 0 0.72 0.36 0.03
HSL 330.17º 0.92% 0.62% -
HSV(B) 330.17º 0.72% 0.97% -
XYZ 46.51 26.34 34.53 -
YUV 131.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 247 68 157 0 0.72 0.36 0.03 330.17 0.92 0.62
Hex F7 44 9D 0 48 24 3 14A 5C 3E
Octal 367 104 235 0 110 44 3 512 134 76
Binary 11110111 1000100 10011101 0 1001000 100100 11 101001010 1011100 111110

Color Harmonies of #F7449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7449D

Black with #F7449D

Text Example


Text Example

White with #F7449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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