Html Css Color HEX #FC258D Wild Strawberry

📋 copy color: '#FC258D'

red 252 ◦ green 37 ◦ blue 141

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

Shades of Wild Strawberry #FC258D

Tints of Wild Strawberry #FC258D

RGB

 RED value IS 252 (98.83% from 255) = 58.6%

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

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

R = 58.6%
G = 8.6%
B = 32.79%

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

#FC258D (or 0xFC258D) is known color: Wild Strawberry. HEX triplet: FC, 25 and 8D. RGB value is (252,37,141). Sum of RGB (Red+Green+Blue) = 252+37+141=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC258D is #03DA72. Grayscale: #707070. Windows color (decimal): -252531 or 9250300. OLE color: 9250300.

HSL color Cylindrical-coordinate representation of color #FC258D: hue angle of 330.98º degrees, saturation: 0.97, 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 #FC258D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 141 -
CMYK 0 0.85 0.44 0.01
HSL 330.98º 0.97% 0.57% -
HSV(B) 330.98º 0.85% 0.99% -
XYZ 45.61 23.94 27.42 -
YUV 113.14 143.73 227.04 -
System Red Green Blue C M Y K H S L
Decimal 252 37 141 0 0.85 0.44 0.01 330.98 0.97 0.57
Hex FC 25 8D 0 55 2C 1 14B 61 39
Octal 374 45 215 0 125 54 1 513 141 71
Binary 11111100 100101 10001101 0 1010101 101100 1 101001011 1100001 111001

Color Harmonies of #FC258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC258D

Black with #FC258D

Text Example


Text Example

White with #FC258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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