Html Css Color HEX #FE308A Wild Strawberry

📋 copy color: '#FE308A'

red 254 ◦ green 48 ◦ blue 138

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

Shades of Wild Strawberry #FE308A

Tints of Wild Strawberry #FE308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.91%

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 57.73%
G = 10.91%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE308A (or 0xFE308A) is known color: Wild Strawberry. HEX triplet: FE, 30 and 8A. RGB value is (254,48,138). Sum of RGB (Red+Green+Blue) = 254+48+138=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE308A is #01CF75. Grayscale: #777777. Windows color (decimal): -118646 or 9056510. OLE color: 9056510.

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

Color convert

RGB 254 48 138 -
CMYK 0 0.81 0.46 0.00
HSL 333.79º 0.99% 0.59% -
HSV(B) 333.79º 0.81% 1% -
XYZ 46.52 25.02 26.42 -
YUV 119.85 138.25 223.68 -
System Red Green Blue C M Y K H S L
Decimal 254 48 138 0 0.81 0.46 0.00 333.79 0.99 0.59
Hex FE 30 8A 0 51 2E 0 14E 63 3B
Octal 376 60 212 0 121 56 0 516 143 73
Binary 11111110 110000 10001010 0 1010001 101110 0 101001110 1100011 111011

Color Harmonies of #FE308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE308A

Black with #FE308A

Text Example


Text Example

White with #FE308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE308A; }

 p { color: rgb(254,48,138); }

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

background-color css

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

 a { background-color: rgb(254,48,138); }

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

border-color css

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

 span { border-color: rgb(254,48,138); }

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