Html Css Color HEX #FE38A4 Wild Strawberry

📋 copy color: '#FE38A4'

red 254 ◦ green 56 ◦ blue 164

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

Shades of Wild Strawberry #FE38A4

Tints of Wild Strawberry #FE38A4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.81%

 BLUE value IS 164 (64.45% from 255) = 34.6%

R = 53.59%
G = 11.81%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE38A4 (or 0xFE38A4) is known color: Wild Strawberry. HEX triplet: FE, 38 and A4. RGB value is (254,56,164). Sum of RGB (Red+Green+Blue) = 254+56+164=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE38A4 is #01C75B. Grayscale: #7F7F7F. Windows color (decimal): -116572 or 10762494. OLE color: 10762494.

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

Color convert

RGB 254 56 164 -
CMYK 0 0.78 0.35 0.00
HSL 327.27º 0.99% 0.61% -
HSV(B) 327.27º 0.78% 1% -
XYZ 48.99 26.58 37.67 -
YUV 127.51 148.6 218.22 -
System Red Green Blue C M Y K H S L
Decimal 254 56 164 0 0.78 0.35 0.00 327.27 0.99 0.61
Hex FE 38 A4 0 4E 23 0 147 63 3D
Octal 376 70 244 0 116 43 0 507 143 75
Binary 11111110 111000 10100100 0 1001110 100011 0 101000111 1100011 111101

Color Harmonies of #FE38A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38A4

Black with #FE38A4

Text Example


Text Example

White with #FE38A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38A4; }

 p { color: rgb(254,56,164); }

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

background-color css

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

 a { background-color: rgb(254,56,164); }

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

border-color css

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

 span { border-color: rgb(254,56,164); }

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