Html Css Color HEX #FB449E Wild Strawberry

📋 copy color: '#FB449E'

red 251 ◦ green 68 ◦ blue 158

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

Shades of Wild Strawberry #FB449E

Tints of Wild Strawberry #FB449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.26%

 BLUE value IS 158 (62.11% from 255) = 33.12%

R = 52.62%
G = 14.26%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB449E (or 0xFB449E) is known color: Wild Strawberry. HEX triplet: FB, 44 and 9E. RGB value is (251,68,158). Sum of RGB (Red+Green+Blue) = 251+68+158=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB449E is #04BB61. Grayscale: #848484. Windows color (decimal): -310114 or 10372347. OLE color: 10372347.

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

Color convert

RGB 251 68 158 -
CMYK 0 0.73 0.37 0.02
HSL 330.49º 0.96% 0.63% -
HSV(B) 330.49º 0.73% 0.98% -
XYZ 48.02 27.11 35.05 -
YUV 132.98 142.13 212.18 -
System Red Green Blue C M Y K H S L
Decimal 251 68 158 0 0.73 0.37 0.02 330.49 0.96 0.63
Hex FB 44 9E 0 49 25 2 14A 60 3F
Octal 373 104 236 0 111 45 2 512 140 77
Binary 11111011 1000100 10011110 0 1001001 100101 10 101001010 1100000 111111

Color Harmonies of #FB449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB449E

Black with #FB449E

Text Example


Text Example

White with #FB449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB449E; }

 p { color: rgb(251,68,158); }

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

background-color css

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

 a { background-color: rgb(251,68,158); }

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

border-color css

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

 span { border-color: rgb(251,68,158); }

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