Html Css Color HEX #FF41A8 Wild Strawberry

📋 copy color: '#FF41A8'

red 255 ◦ green 65 ◦ blue 168

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

Shades of Wild Strawberry #FF41A8

Tints of Wild Strawberry #FF41A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.43%

R = 52.25%
G = 13.32%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF41A8 (or 0xFF41A8) is known color: Wild Strawberry. HEX triplet: FF, 41 and A8. RGB value is (255,65,168). Sum of RGB (Red+Green+Blue) = 255+65+168=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41A8 is #00BE57. Grayscale: #858585. Windows color (decimal): -48728 or 11026943. OLE color: 11026943.

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

Color convert

RGB 255 65 168 -
CMYK 0 0.75 0.34 0
HSL 327.47º 1% 0.63% -
HSV(B) 327.47º 0.75% 1% -
XYZ 50.2 27.87 39.78 -
YUV 133.55 147.45 214.62 -
System Red Green Blue C M Y K H S L
Decimal 255 65 168 0 0.75 0.34 0 327.47 1 0.63
Hex FF 41 A8 0 4B 22 0 147 64 3F
Octal 377 101 250 0 113 42 0 507 144 77
Binary 11111111 1000001 10101000 0 1001011 100010 0 101000111 1100100 111111

Color Harmonies of #FF41A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF41A8

Black with #FF41A8

Text Example


Text Example

White with #FF41A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF41A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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