Html Css Color HEX #FF4199 Wild Strawberry

📋 copy color: '#FF4199'

red 255 ◦ green 65 ◦ blue 153

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

Shades of Wild Strawberry #FF4199

Tints of Wild Strawberry #FF4199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.74%

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

R = 53.91%
G = 13.74%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF4199 (or 0xFF4199) is known color: Wild Strawberry. HEX triplet: FF, 41 and 99. RGB value is (255,65,153). Sum of RGB (Red+Green+Blue) = 255+65+153=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4199 is #00BE66. Grayscale: #838383. Windows color (decimal): -48743 or 10043903. OLE color: 10043903.

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

Color convert

RGB 255 65 153 -
CMYK 0 0.75 0.4 0
HSL 332.21º 1% 0.63% -
HSV(B) 332.21º 0.75% 1% -
XYZ 48.88 27.34 32.84 -
YUV 131.84 139.95 215.84 -
System Red Green Blue C M Y K H S L
Decimal 255 65 153 0 0.75 0.4 0 332.21 1 0.63
Hex FF 41 99 0 4B 28 0 14C 64 3F
Octal 377 101 231 0 113 50 0 514 144 77
Binary 11111111 1000001 10011001 0 1001011 101000 0 101001100 1100100 111111

Color Harmonies of #FF4199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4199

Black with #FF4199

Text Example


Text Example

White with #FF4199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4199; }

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

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

background-color css

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

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

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

border-color css

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

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

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