Html Css Color HEX #F9449D Wild Strawberry

📋 copy color: '#F9449D'

red 249 ◦ green 68 ◦ blue 157

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

Shades of Wild Strawberry #F9449D

Tints of Wild Strawberry #F9449D

RGB

 RED value IS 249 (97.66% from 255) = 52.53%

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

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

R = 52.53%
G = 14.35%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9449D (or 0xF9449D) is known color: Wild Strawberry. HEX triplet: F9, 44 and 9D. RGB value is (249,68,157). Sum of RGB (Red+Green+Blue) = 249+68+157=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9449D is #06BB62. Grayscale: #848484. Windows color (decimal): -441187 or 10306809. OLE color: 10306809.

HSL color Cylindrical-coordinate representation of color #F9449D: hue angle of 330.5º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9449D is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 68 157 -
CMYK 0 0.73 0.37 0.02
HSL 330.5º 0.94% 0.62% -
HSV(B) 330.5º 0.73% 0.98% -
XYZ 47.22 26.71 34.56 -
YUV 132.27 141.97 211.26 -
System Red Green Blue C M Y K H S L
Decimal 249 68 157 0 0.73 0.37 0.02 330.5 0.94 0.62
Hex F9 44 9D 0 49 25 2 14A 5E 3E
Octal 371 104 235 0 111 45 2 512 136 76
Binary 11111001 1000100 10011101 0 1001001 100101 10 101001010 1011110 111110

Color Harmonies of #F9449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9449D

Black with #F9449D

Text Example


Text Example

White with #F9449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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