Html Css Color HEX #FD287A Wild Strawberry

📋 copy color: '#FD287A'

red 253 ◦ green 40 ◦ blue 122

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

Shades of Wild Strawberry #FD287A

Tints of Wild Strawberry #FD287A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.64%

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 60.96%
G = 9.64%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD287A (or 0xFD287A) is known color: Wild Strawberry. HEX triplet: FD, 28 and 7A. RGB value is (253,40,122). Sum of RGB (Red+Green+Blue) = 253+40+122=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD287A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD287A is #02D785. Grayscale: #707070. Windows color (decimal): -186246 or 8005885. OLE color: 8005885.

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

Color convert

RGB 253 40 122 -
CMYK 0 0.84 0.52 0.01
HSL 336.9º 0.98% 0.57% -
HSV(B) 336.9º 0.84% 0.99% -
XYZ 44.78 23.81 20.65 -
YUV 113.04 133.07 227.83 -
System Red Green Blue C M Y K H S L
Decimal 253 40 122 0 0.84 0.52 0.01 336.9 0.98 0.57
Hex FD 28 7A 0 54 34 1 151 62 39
Octal 375 50 172 0 124 64 1 521 142 71
Binary 11111101 101000 1111010 0 1010100 110100 1 101010001 1100010 111001

Color Harmonies of #FD287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD287A

Black with #FD287A

Text Example


Text Example

White with #FD287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD287A; }

 p { color: rgb(253,40,122); }

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

background-color css

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

 a { background-color: rgb(253,40,122); }

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

border-color css

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

 span { border-color: rgb(253,40,122); }

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