Html Css Color HEX #FD2C9A Wild Strawberry

📋 copy color: '#FD2C9A'

red 253 ◦ green 44 ◦ blue 154

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

Shades of Wild Strawberry #FD2C9A

Tints of Wild Strawberry #FD2C9A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.76%

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 56.1%
G = 9.76%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD2C9A (or 0xFD2C9A) is known color: Wild Strawberry. HEX triplet: FD, 2C and 9A. RGB value is (253,44,154). Sum of RGB (Red+Green+Blue) = 253+44+154=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2C9A is #02D365. Grayscale: #767676. Windows color (decimal): -185190 or 10104061. OLE color: 10104061.

HSL color Cylindrical-coordinate representation of color #FD2C9A: hue angle of 328.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 #FD2C9A is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 44 154 -
CMYK 0 0.83 0.39 0.01
HSL 328.42º 0.98% 0.58% -
HSV(B) 328.42º 0.83% 0.99% -
XYZ 47.24 25.02 32.91 -
YUV 119.03 147.74 223.56 -
System Red Green Blue C M Y K H S L
Decimal 253 44 154 0 0.83 0.39 0.01 328.42 0.98 0.58
Hex FD 2C 9A 0 53 27 1 148 62 3A
Octal 375 54 232 0 123 47 1 510 142 72
Binary 11111101 101100 10011010 0 1010011 100111 1 101001000 1100010 111010

Color Harmonies of #FD2C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2C9A

Black with #FD2C9A

Text Example


Text Example

White with #FD2C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2C9A; }

 p { color: rgb(253,44,154); }

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

background-color css

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

 a { background-color: rgb(253,44,154); }

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

border-color css

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

 span { border-color: rgb(253,44,154); }

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