Html Css Color HEX #FF449D Wild Strawberry

📋 copy color: '#FF449D'

red 255 ◦ green 68 ◦ blue 157

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

Shades of Wild Strawberry #FF449D

Tints of Wild Strawberry #FF449D

RGB

 RED value IS 255 (100% from 255) = 53.13%

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

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

R = 53.13%
G = 14.17%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF449D (or 0xFF449D) is known color: Wild Strawberry. HEX triplet: FF, 44 and 9D. RGB value is (255,68,157). Sum of RGB (Red+Green+Blue) = 255+68+157=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF449D is #00BB62. Grayscale: #858585. Windows color (decimal): -47971 or 10306815. OLE color: 10306815.

HSL color Cylindrical-coordinate representation of color #FF449D: hue angle of 331.44º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF449D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 255 68 157 -
CMYK 0 0.73 0.38 0
HSL 331.44º 1% 0.63% -
HSV(B) 331.44º 0.73% 1% -
XYZ 49.39 27.83 34.67 -
YUV 134.06 140.95 214.26 -
System Red Green Blue C M Y K H S L
Decimal 255 68 157 0 0.73 0.38 0 331.44 1 0.63
Hex FF 44 9D 0 49 26 0 14B 64 3F
Octal 377 104 235 0 111 46 0 513 144 77
Binary 11111111 1000100 10011101 0 1001001 100110 0 101001011 1100100 111111

Color Harmonies of #FF449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF449D

Black with #FF449D

Text Example


Text Example

White with #FF449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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