Html Css Color HEX #FB419B Wild Strawberry

📋 copy color: '#FB419B'

red 251 ◦ green 65 ◦ blue 155

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

Shades of Wild Strawberry #FB419B

Tints of Wild Strawberry #FB419B

RGB

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

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

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

R = 53.29%
G = 13.8%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB419B (or 0xFB419B) is known color: Wild Strawberry. HEX triplet: FB, 41 and 9B. RGB value is (251,65,155). Sum of RGB (Red+Green+Blue) = 251+65+155=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB419B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB419B is #04BE64. Grayscale: #828282. Windows color (decimal): -310885 or 10174971. OLE color: 10174971.

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

Color convert

RGB 251 65 155 -
CMYK 0 0.74 0.38 0.02
HSL 330.97º 0.96% 0.62% -
HSV(B) 330.97º 0.74% 0.98% -
XYZ 47.59 26.66 33.65 -
YUV 130.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 251 65 155 0 0.74 0.38 0.02 330.97 0.96 0.62
Hex FB 41 9B 0 4A 26 2 14B 60 3E
Octal 373 101 233 0 112 46 2 513 140 76
Binary 11111011 1000001 10011011 0 1001010 100110 10 101001011 1100000 111110

Color Harmonies of #FB419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB419B

Black with #FB419B

Text Example


Text Example

White with #FB419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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