Html Css Color HEX #FE3F9B Wild Strawberry

📋 copy color: '#FE3F9B'

red 254 ◦ green 63 ◦ blue 155

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

Shades of Wild Strawberry #FE3F9B

Tints of Wild Strawberry #FE3F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 13.35%

 BLUE value IS 155 (60.94% from 255) = 32.84%

R = 53.81%
G = 13.35%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE3F9B (or 0xFE3F9B) is known color: Wild Strawberry. HEX triplet: FE, 3F and 9B. RGB value is (254,63,155). Sum of RGB (Red+Green+Blue) = 254+63+155=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3F9B is #01C064. Grayscale: #828282. Windows color (decimal): -114789 or 10174462. OLE color: 10174462.

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

Color convert

RGB 254 63 155 -
CMYK 0 0.75 0.39 0.00
HSL 331.1º 0.99% 0.62% -
HSV(B) 331.1º 0.75% 1% -
XYZ 48.57 26.99 33.66 -
YUV 130.6 141.78 216.02 -
System Red Green Blue C M Y K H S L
Decimal 254 63 155 0 0.75 0.39 0.00 331.1 0.99 0.62
Hex FE 3F 9B 0 4B 27 0 14B 63 3E
Octal 376 77 233 0 113 47 0 513 143 76
Binary 11111110 111111 10011011 0 1001011 100111 0 101001011 1100011 111110

Color Harmonies of #FE3F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3F9B

Black with #FE3F9B

Text Example


Text Example

White with #FE3F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3F9B; }

 p { color: rgb(254,63,155); }

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

background-color css

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

 a { background-color: rgb(254,63,155); }

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

border-color css

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

 span { border-color: rgb(254,63,155); }

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