Html Css Color HEX #FF419B Wild Strawberry

📋 copy color: '#FF419B'

red 255 ◦ green 65 ◦ blue 155

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

Shades of Wild Strawberry #FF419B

Tints of Wild Strawberry #FF419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 53.68%
G = 13.68%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF419B (or 0xFF419B) is known color: Wild Strawberry. HEX triplet: FF, 41 and 9B. RGB value is (255,65,155). Sum of RGB (Red+Green+Blue) = 255+65+155=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF419B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF419B is #00BE64. Grayscale: #838383. Windows color (decimal): -48741 or 10174975. OLE color: 10174975.

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

Color convert

RGB 255 65 155 -
CMYK 0 0.75 0.39 0
HSL 331.58º 1% 0.63% -
HSV(B) 331.58º 0.75% 1% -
XYZ 49.05 27.41 33.72 -
YUV 132.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 255 65 155 0 0.75 0.39 0 331.58 1 0.63
Hex FF 41 9B 0 4B 27 0 14C 64 3F
Octal 377 101 233 0 113 47 0 514 144 77
Binary 11111111 1000001 10011011 0 1001011 100111 0 101001100 1100100 111111

Color Harmonies of #FF419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF419B

Black with #FF419B

Text Example


Text Example

White with #FF419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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