Html Css Color HEX #FB419D Wild Strawberry

📋 copy color: '#FB419D'

red 251 ◦ green 65 ◦ blue 157

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

Shades of Wild Strawberry #FB419D

Tints of Wild Strawberry #FB419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.19%

R = 53.07%
G = 13.74%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB419D (or 0xFB419D) is known color: Wild Strawberry. HEX triplet: FB, 41 and 9D. RGB value is (251,65,157). Sum of RGB (Red+Green+Blue) = 251+65+157=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB419D is #04BE62. Grayscale: #828282. Windows color (decimal): -310883 or 10306043. OLE color: 10306043.

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

Color convert

RGB 251 65 157 -
CMYK 0 0.74 0.37 0.02
HSL 330.32º 0.96% 0.62% -
HSV(B) 330.32º 0.74% 0.98% -
XYZ 47.76 26.72 34.54 -
YUV 131.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 251 65 157 0 0.74 0.37 0.02 330.32 0.96 0.62
Hex FB 41 9D 0 4A 25 2 14A 60 3E
Octal 373 101 235 0 112 45 2 512 140 76
Binary 11111011 1000001 10011101 0 1001010 100101 10 101001010 1100000 111110

Color Harmonies of #FB419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB419D

Black with #FB419D

Text Example


Text Example

White with #FB419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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