Html Css Color HEX #FF4499 Wild Strawberry

📋 copy color: '#FF4499'

red 255 ◦ green 68 ◦ blue 153

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

Shades of Wild Strawberry #FF4499

Tints of Wild Strawberry #FF4499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.14%

R = 53.57%
G = 14.29%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF4499 (or 0xFF4499) is known color: Wild Strawberry. HEX triplet: FF, 44 and 99. RGB value is (255,68,153). Sum of RGB (Red+Green+Blue) = 255+68+153=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4499 is #00BB66. Grayscale: #858585. Windows color (decimal): -47975 or 10044671. OLE color: 10044671.

HSL color Cylindrical-coordinate representation of color #FF4499: hue angle of 332.73º 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 #FF4499 is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB 255 68 153 -
CMYK 0 0.73 0.4 0
HSL 332.73º 1% 0.63% -
HSV(B) 332.73º 0.73% 1% -
XYZ 49.06 27.69 32.9 -
YUV 133.6 138.95 214.59 -
System Red Green Blue C M Y K H S L
Decimal 255 68 153 0 0.73 0.4 0 332.73 1 0.63
Hex FF 44 99 0 49 28 0 14D 64 3F
Octal 377 104 231 0 111 50 0 515 144 77
Binary 11111111 1000100 10011001 0 1001001 101000 0 101001101 1100100 111111

Color Harmonies of #FF4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4499

Black with #FF4499

Text Example


Text Example

White with #FF4499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4499; }

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

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

background-color css

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

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

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

border-color css

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

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

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