Html Css Color HEX #FE2F98 Wild Strawberry

📋 copy color: '#FE2F98'

red 254 ◦ green 47 ◦ blue 152

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

Shades of Wild Strawberry #FE2F98

Tints of Wild Strawberry #FE2F98

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.38%

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 56.07%
G = 10.38%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE2F98 (or 0xFE2F98) is known color: Wild Strawberry. HEX triplet: FE, 2F and 98. RGB value is (254,47,152). Sum of RGB (Red+Green+Blue) = 254+47+152=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F98 is #01D067. Grayscale: #787878. Windows color (decimal): -118888 or 9973758. OLE color: 9973758.

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

Color convert

RGB 254 47 152 -
CMYK 0 0.81 0.40 0.00
HSL 329.57º 0.99% 0.59% -
HSV(B) 329.57º 0.81% 1% -
XYZ 47.56 25.37 32.1 -
YUV 120.86 145.58 222.96 -
System Red Green Blue C M Y K H S L
Decimal 254 47 152 0 0.81 0.40 0.00 329.57 0.99 0.59
Hex FE 2F 98 0 51 28 0 14A 63 3B
Octal 376 57 230 0 121 50 0 512 143 73
Binary 11111110 101111 10011000 0 1010001 101000 0 101001010 1100011 111011

Color Harmonies of #FE2F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F98

Black with #FE2F98

Text Example


Text Example

White with #FE2F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F98; }

 p { color: rgb(254,47,152); }

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

background-color css

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

 a { background-color: rgb(254,47,152); }

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

border-color css

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

 span { border-color: rgb(254,47,152); }

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