Html Css Color HEX #FB409F Wild Strawberry

📋 copy color: '#FB409F'

red 251 ◦ green 64 ◦ blue 159

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

Shades of Wild Strawberry #FB409F

Tints of Wild Strawberry #FB409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 52.95%
G = 13.5%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB409F (or 0xFB409F) is known color: Wild Strawberry. HEX triplet: FB, 40 and 9F. RGB value is (251,64,159). Sum of RGB (Red+Green+Blue) = 251+64+159=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB409F is #04BF60. Grayscale: #828282. Windows color (decimal): -311137 or 10436859. OLE color: 10436859.

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

Color convert

RGB 251 64 159 -
CMYK 0 0.75 0.37 0.02
HSL 329.52º 0.96% 0.62% -
HSV(B) 329.52º 0.75% 0.98% -
XYZ 47.88 26.68 35.43 -
YUV 130.74 143.95 213.78 -
System Red Green Blue C M Y K H S L
Decimal 251 64 159 0 0.75 0.37 0.02 329.52 0.96 0.62
Hex FB 40 9F 0 4B 25 2 14A 60 3E
Octal 373 100 237 0 113 45 2 512 140 76
Binary 11111011 1000000 10011111 0 1001011 100101 10 101001010 1100000 111110

Color Harmonies of #FB409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB409F

Black with #FB409F

Text Example


Text Example

White with #FB409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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