Html Css Color HEX #FB41A2 Wild Strawberry

📋 copy color: '#FB41A2'

red 251 ◦ green 65 ◦ blue 162

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

Shades of Wild Strawberry #FB41A2

Tints of Wild Strawberry #FB41A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.89%

R = 52.51%
G = 13.6%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB41A2 (or 0xFB41A2) is known color: Wild Strawberry. HEX triplet: FB, 41 and A2. RGB value is (251,65,162). Sum of RGB (Red+Green+Blue) = 251+65+162=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB41A2 is #04BE5D. Grayscale: #838383. Windows color (decimal): -310878 or 10633723. OLE color: 10633723.

HSL color Cylindrical-coordinate representation of color #FB41A2: hue angle of 328.71º 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 #FB41A2 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 65 162 -
CMYK 0 0.74 0.35 0.02
HSL 328.71º 0.96% 0.62% -
HSV(B) 328.71º 0.74% 0.98% -
XYZ 48.2 26.9 36.83 -
YUV 131.67 145.12 213.11 -
System Red Green Blue C M Y K H S L
Decimal 251 65 162 0 0.74 0.35 0.02 328.71 0.96 0.62
Hex FB 41 A2 0 4A 23 2 149 60 3E
Octal 373 101 242 0 112 43 2 511 140 76
Binary 11111011 1000001 10100010 0 1001010 100011 10 101001001 1100000 111110

Color Harmonies of #FB41A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB41A2

Black with #FB41A2

Text Example


Text Example

White with #FB41A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB41A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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