Html Css Color HEX #FE3B9D Wild Strawberry

📋 copy color: '#FE3B9D'

red 254 ◦ green 59 ◦ blue 157

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

Shades of Wild Strawberry #FE3B9D

Tints of Wild Strawberry #FE3B9D

RGB

 RED value IS 254 (99.61% from 255) = 54.04%

 GREEN value IS 59 (23.44% from 255) = 12.55%

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

R = 54.04%
G = 12.55%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE3B9D (or 0xFE3B9D) is known color: Wild Strawberry. HEX triplet: FE, 3B and 9D. RGB value is (254,59,157). Sum of RGB (Red+Green+Blue) = 254+59+157=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3B9D is #01C462. Grayscale: #808080. Windows color (decimal): -115811 or 10304510. OLE color: 10304510.

HSL color Cylindrical-coordinate representation of color #FE3B9D: hue angle of 329.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3B9D is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 59 157 -
CMYK 0 0.77 0.38 0.00
HSL 329.85º 0.99% 0.61% -
HSV(B) 329.85º 0.77% 1% -
XYZ 48.52 26.63 34.48 -
YUV 128.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 254 59 157 0 0.77 0.38 0.00 329.85 0.99 0.61
Hex FE 3B 9D 0 4D 26 0 14A 63 3D
Octal 376 73 235 0 115 46 0 512 143 75
Binary 11111110 111011 10011101 0 1001101 100110 0 101001010 1100011 111101

Color Harmonies of #FE3B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3B9D

Black with #FE3B9D

Text Example


Text Example

White with #FE3B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3B9D; }

 p { color: rgb(254,59,157); }

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

background-color css

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

 a { background-color: rgb(254,59,157); }

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

border-color css

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

 span { border-color: rgb(254,59,157); }

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