Html Css Color HEX #F7449C Wild Strawberry

📋 copy color: '#F7449C'

red 247 ◦ green 68 ◦ blue 156

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

Shades of Wild Strawberry #F7449C

Tints of Wild Strawberry #F7449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.12%

R = 52.44%
G = 14.44%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7449C (or 0xF7449C) is known color: Wild Strawberry. HEX triplet: F7, 44 and 9C. RGB value is (247,68,156). Sum of RGB (Red+Green+Blue) = 247+68+156=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7449C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7449C is #08BB63. Grayscale: #838383. Windows color (decimal): -572260 or 10241271. OLE color: 10241271.

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

Color convert

RGB 247 68 156 -
CMYK 0 0.72 0.37 0.03
HSL 330.5º 0.92% 0.62% -
HSV(B) 330.5º 0.72% 0.97% -
XYZ 46.43 26.31 34.08 -
YUV 131.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 247 68 156 0 0.72 0.37 0.03 330.5 0.92 0.62
Hex F7 44 9C 0 48 25 3 14B 5C 3E
Octal 367 104 234 0 110 45 3 513 134 76
Binary 11110111 1000100 10011100 0 1001000 100101 11 101001011 1011100 111110

Color Harmonies of #F7449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7449C

Black with #F7449C

Text Example


Text Example

White with #F7449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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