Html Css Color HEX #FB409C Wild Strawberry

📋 copy color: '#FB409C'

red 251 ◦ green 64 ◦ blue 156

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

Shades of Wild Strawberry #FB409C

Tints of Wild Strawberry #FB409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.12%

R = 53.29%
G = 13.59%
B = 33.12%

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

#FB409C (or 0xFB409C) is known color: Wild Strawberry. HEX triplet: FB, 40 and 9C. RGB value is (251,64,156). Sum of RGB (Red+Green+Blue) = 251+64+156=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB409C is #04BF63. Grayscale: #828282. Windows color (decimal): -311140 or 10240251. OLE color: 10240251.

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

Color convert

RGB 251 64 156 -
CMYK 0 0.75 0.38 0.02
HSL 330.48º 0.96% 0.62% -
HSV(B) 330.48º 0.75% 0.98% -
XYZ 47.62 26.58 34.07 -
YUV 130.4 142.45 214.02 -
System Red Green Blue C M Y K H S L
Decimal 251 64 156 0 0.75 0.38 0.02 330.48 0.96 0.62
Hex FB 40 9C 0 4B 26 2 14A 60 3E
Octal 373 100 234 0 113 46 2 512 140 76
Binary 11111011 1000000 10011100 0 1001011 100110 10 101001010 1100000 111110

Color Harmonies of #FB409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB409C

Black with #FB409C

Text Example


Text Example

White with #FB409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB409C; }

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

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

background-color css

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

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

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

border-color css

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

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

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