Html Css Color HEX #FB41A1 Wild Strawberry

📋 copy color: '#FB41A1'

red 251 ◦ green 65 ◦ blue 161

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

Shades of Wild Strawberry #FB41A1

Tints of Wild Strawberry #FB41A1

RGB

 RED value IS 251 (98.44% from 255) = 52.62%

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

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 52.62%
G = 13.63%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB41A1 (or 0xFB41A1) is known color: Wild Strawberry. HEX triplet: FB, 41 and A1. RGB value is (251,65,161). Sum of RGB (Red+Green+Blue) = 251+65+161=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB41A1 is #04BE5E. Grayscale: #838383. Windows color (decimal): -310879 or 10568187. OLE color: 10568187.

HSL color Cylindrical-coordinate representation of color #FB41A1: hue angle of 329.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB41A1 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 65 161 -
CMYK 0 0.74 0.36 0.02
HSL 329.03º 0.96% 0.62% -
HSV(B) 329.03º 0.74% 0.98% -
XYZ 48.11 26.86 36.37 -
YUV 131.56 144.62 213.19 -
System Red Green Blue C M Y K H S L
Decimal 251 65 161 0 0.74 0.36 0.02 329.03 0.96 0.62
Hex FB 41 A1 0 4A 24 2 149 60 3E
Octal 373 101 241 0 112 44 2 511 140 76
Binary 11111011 1000001 10100001 0 1001010 100100 10 101001001 1100000 111110

Color Harmonies of #FB41A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB41A1

Black with #FB41A1

Text Example


Text Example

White with #FB41A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB41A1; }

 p { color: rgb(251,65,161); }

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

background-color css

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

 a { background-color: rgb(251,65,161); }

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

border-color css

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

 span { border-color: rgb(251,65,161); }

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