Html Css Color HEX #FD258D Wild Strawberry

📋 copy color: '#FD258D'

red 253 ◦ green 37 ◦ blue 141

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

Shades of Wild Strawberry #FD258D

Tints of Wild Strawberry #FD258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.58%

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 58.7%
G = 8.58%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD258D (or 0xFD258D) is known color: Wild Strawberry. HEX triplet: FD, 25 and 8D. RGB value is (253,37,141). Sum of RGB (Red+Green+Blue) = 253+37+141=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD258D is #02DA72. Grayscale: #717171. Windows color (decimal): -186995 or 9250301. OLE color: 9250301.

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

Color convert

RGB 253 37 141 -
CMYK 0 0.85 0.44 0.01
HSL 331.11º 0.98% 0.57% -
HSV(B) 331.11º 0.85% 0.99% -
XYZ 45.98 24.13 27.43 -
YUV 113.44 143.56 227.54 -
System Red Green Blue C M Y K H S L
Decimal 253 37 141 0 0.85 0.44 0.01 331.11 0.98 0.57
Hex FD 25 8D 0 55 2C 1 14B 62 39
Octal 375 45 215 0 125 54 1 513 142 71
Binary 11111101 100101 10001101 0 1010101 101100 1 101001011 1100010 111001

Color Harmonies of #FD258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD258D

Black with #FD258D

Text Example


Text Example

White with #FD258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD258D; }

 p { color: rgb(253,37,141); }

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

background-color css

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

 a { background-color: rgb(253,37,141); }

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

border-color css

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

 span { border-color: rgb(253,37,141); }

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