Html Css Color HEX #FF419F Wild Strawberry

📋 copy color: '#FF419F'

red 255 ◦ green 65 ◦ blue 159

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

Shades of Wild Strawberry #FF419F

Tints of Wild Strawberry #FF419F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.19%

R = 53.24%
G = 13.57%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF419F (or 0xFF419F) is known color: Wild Strawberry. HEX triplet: FF, 41 and 9F. RGB value is (255,65,159). Sum of RGB (Red+Green+Blue) = 255+65+159=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF419F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF419F is #00BE60. Grayscale: #848484. Windows color (decimal): -48737 or 10437119. OLE color: 10437119.

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

Color convert

RGB 255 65 159 -
CMYK 0 0.75 0.38 0
HSL 330.32º 1% 0.63% -
HSV(B) 330.32º 0.75% 1% -
XYZ 49.39 27.54 35.51 -
YUV 132.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 255 65 159 0 0.75 0.38 0 330.32 1 0.63
Hex FF 41 9F 0 4B 26 0 14A 64 3F
Octal 377 101 237 0 113 46 0 512 144 77
Binary 11111111 1000001 10011111 0 1001011 100110 0 101001010 1100100 111111

Color Harmonies of #FF419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF419F

Black with #FF419F

Text Example


Text Example

White with #FF419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF419F; }

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

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

background-color css

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

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

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

border-color css

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

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

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