Html Css Color HEX #FE2D9A Wild Strawberry

📋 copy color: '#FE2D9A'

red 254 ◦ green 45 ◦ blue 154

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

Shades of Wild Strawberry #FE2D9A

Tints of Wild Strawberry #FE2D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34%

R = 56.07%
G = 9.93%
B = 34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE2D9A (or 0xFE2D9A) is known color: Wild Strawberry. HEX triplet: FE, 2D and 9A. RGB value is (254,45,154). Sum of RGB (Red+Green+Blue) = 254+45+154=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D9A is #01D265. Grayscale: #777777. Windows color (decimal): -119398 or 10104318. OLE color: 10104318.

HSL color Cylindrical-coordinate representation of color #FE2D9A: hue angle of 328.71º 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 #FE2D9A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 45 154 -
CMYK 0 0.82 0.39 0.00
HSL 328.71º 0.99% 0.59% -
HSV(B) 328.71º 0.82% 1% -
XYZ 47.64 25.28 32.94 -
YUV 119.92 147.24 223.64 -
System Red Green Blue C M Y K H S L
Decimal 254 45 154 0 0.82 0.39 0.00 328.71 0.99 0.59
Hex FE 2D 9A 0 52 27 0 149 63 3B
Octal 376 55 232 0 122 47 0 511 143 73
Binary 11111110 101101 10011010 0 1010010 100111 0 101001001 1100011 111011

Color Harmonies of #FE2D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D9A

Black with #FE2D9A

Text Example


Text Example

White with #FE2D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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