Html Css Color HEX #FB3E9D Wild Strawberry

📋 copy color: '#FB3E9D'

red 251 ◦ green 62 ◦ blue 157

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

Shades of Wild Strawberry #FB3E9D

Tints of Wild Strawberry #FB3E9D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.19%

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 53.4%
G = 13.19%
B = 33.4%

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

#FB3E9D (or 0xFB3E9D) is known color: Wild Strawberry. HEX triplet: FB, 3E and 9D. RGB value is (251,62,157). Sum of RGB (Red+Green+Blue) = 251+62+157=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3E9D is #04C162. Grayscale: #818181. Windows color (decimal): -311651 or 10305275. OLE color: 10305275.

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

Color convert

RGB 251 62 157 -
CMYK 0 0.75 0.37 0.02
HSL 329.84º 0.96% 0.61% -
HSV(B) 329.84º 0.75% 0.98% -
XYZ 47.59 26.39 34.48 -
YUV 129.34 143.62 214.78 -
System Red Green Blue C M Y K H S L
Decimal 251 62 157 0 0.75 0.37 0.02 329.84 0.96 0.61
Hex FB 3E 9D 0 4B 25 2 14A 60 3D
Octal 373 76 235 0 113 45 2 512 140 75
Binary 11111011 111110 10011101 0 1001011 100101 10 101001010 1100000 111101

Color Harmonies of #FB3E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3E9D

Black with #FB3E9D

Text Example


Text Example

White with #FB3E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3E9D; }

 p { color: rgb(251,62,157); }

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

background-color css

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

 a { background-color: rgb(251,62,157); }

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

border-color css

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

 span { border-color: rgb(251,62,157); }

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