Html Css Color HEX #FD2A8B Wild Strawberry

📋 copy color: '#FD2A8B'

red 253 ◦ green 42 ◦ blue 139

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

Shades of Wild Strawberry #FD2A8B

Tints of Wild Strawberry #FD2A8B

RGB

 RED value IS 253 (99.22% from 255) = 58.29%

 GREEN value IS 42 (16.8% from 255) = 9.68%

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 58.29%
G = 9.68%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD2A8B (or 0xFD2A8B) is known color: Wild Strawberry. HEX triplet: FD, 2A and 8B. RGB value is (253,42,139). Sum of RGB (Red+Green+Blue) = 253+42+139=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2A8B is #02D574. Grayscale: #737373. Windows color (decimal): -185717 or 9120509. OLE color: 9120509.

HSL color Cylindrical-coordinate representation of color #FD2A8B: hue angle of 332.42º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A8B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 42 139 -
CMYK 0 0.83 0.45 0.01
HSL 332.42º 0.98% 0.58% -
HSV(B) 332.42º 0.83% 0.99% -
XYZ 46 24.4 26.71 -
YUV 116.15 140.9 225.61 -
System Red Green Blue C M Y K H S L
Decimal 253 42 139 0 0.83 0.45 0.01 332.42 0.98 0.58
Hex FD 2A 8B 0 53 2D 1 14C 62 3A
Octal 375 52 213 0 123 55 1 514 142 72
Binary 11111101 101010 10001011 0 1010011 101101 1 101001100 1100010 111010

Color Harmonies of #FD2A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2A8B

Black with #FD2A8B

Text Example


Text Example

White with #FD2A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2A8B; }

 p { color: rgb(253,42,139); }

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

background-color css

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

 a { background-color: rgb(253,42,139); }

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

border-color css

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

 span { border-color: rgb(253,42,139); }

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