Html Css Color HEX #FE2D8F Wild Strawberry

📋 copy color: '#FE2D8F'

red 254 ◦ green 45 ◦ blue 143

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

Shades of Wild Strawberry #FE2D8F

Tints of Wild Strawberry #FE2D8F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.18%

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 57.47%
G = 10.18%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE2D8F (or 0xFE2D8F) is known color: Wild Strawberry. HEX triplet: FE, 2D and 8F. RGB value is (254,45,143). Sum of RGB (Red+Green+Blue) = 254+45+143=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D8F is #01D270. Grayscale: #767676. Windows color (decimal): -119409 or 9383422. OLE color: 9383422.

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

Color convert

RGB 254 45 143 -
CMYK 0 0.82 0.44 0.00
HSL 331.87º 0.99% 0.59% -
HSV(B) 331.87º 0.82% 1% -
XYZ 46.77 24.93 28.33 -
YUV 118.66 141.74 224.53 -
System Red Green Blue C M Y K H S L
Decimal 254 45 143 0 0.82 0.44 0.00 331.87 0.99 0.59
Hex FE 2D 8F 0 52 2C 0 14C 63 3B
Octal 376 55 217 0 122 54 0 514 143 73
Binary 11111110 101101 10001111 0 1010010 101100 0 101001100 1100011 111011

Color Harmonies of #FE2D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D8F

Black with #FE2D8F

Text Example


Text Example

White with #FE2D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D8F; }

 p { color: rgb(254,45,143); }

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

background-color css

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

 a { background-color: rgb(254,45,143); }

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

border-color css

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

 span { border-color: rgb(254,45,143); }

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