Html Css Color HEX #FB409B Wild Strawberry

📋 copy color: '#FB409B'

red 251 ◦ green 64 ◦ blue 155

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

Shades of Wild Strawberry #FB409B

Tints of Wild Strawberry #FB409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.62%

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

R = 53.4%
G = 13.62%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB409B (or 0xFB409B) is known color: Wild Strawberry. HEX triplet: FB, 40 and 9B. RGB value is (251,64,155). Sum of RGB (Red+Green+Blue) = 251+64+155=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB409B is #04BF64. Grayscale: #828282. Windows color (decimal): -311141 or 10174715. OLE color: 10174715.

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

Color convert

RGB 251 64 155 -
CMYK 0 0.75 0.38 0.02
HSL 330.8º 0.96% 0.62% -
HSV(B) 330.8º 0.75% 0.98% -
XYZ 47.53 26.54 33.63 -
YUV 130.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 251 64 155 0 0.75 0.38 0.02 330.8 0.96 0.62
Hex FB 40 9B 0 4B 26 2 14B 60 3E
Octal 373 100 233 0 113 46 2 513 140 76
Binary 11111011 1000000 10011011 0 1001011 100110 10 101001011 1100000 111110

Color Harmonies of #FB409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB409B

Black with #FB409B

Text Example


Text Example

White with #FB409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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