Html Css Color HEX #FF258D Wild Strawberry

📋 copy color: '#FF258D'

red 255 ◦ green 37 ◦ blue 141

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

Shades of Wild Strawberry #FF258D

Tints of Wild Strawberry #FF258D

RGB

 RED value IS 255 (100% from 255) = 58.89%

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

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

R = 58.89%
G = 8.55%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF258D (or 0xFF258D) is known color: Wild Strawberry. HEX triplet: FF, 25 and 8D. RGB value is (255,37,141). Sum of RGB (Red+Green+Blue) = 255+37+141=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF258D is #00DA72. Grayscale: #717171. Windows color (decimal): -55923 or 9250303. OLE color: 9250303.

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

Color convert

RGB 255 37 141 -
CMYK 0 0.85 0.45 0
HSL 331.38º 1% 0.57% -
HSV(B) 331.38º 0.85% 1% -
XYZ 46.71 24.51 27.47 -
YUV 114.04 143.22 228.54 -
System Red Green Blue C M Y K H S L
Decimal 255 37 141 0 0.85 0.45 0 331.38 1 0.57
Hex FF 25 8D 0 55 2D 0 14B 64 39
Octal 377 45 215 0 125 55 0 513 144 71
Binary 11111111 100101 10001101 0 1010101 101101 0 101001011 1100100 111001

Color Harmonies of #FF258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF258D

Black with #FF258D

Text Example


Text Example

White with #FF258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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