Html Css Color HEX #FA258D Wild Strawberry

📋 copy color: '#FA258D'

red 250 ◦ green 37 ◦ blue 141

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

Shades of Wild Strawberry #FA258D

Tints of Wild Strawberry #FA258D

RGB

 RED value IS 250 (98.05% from 255) = 58.41%

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

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

R = 58.41%
G = 8.64%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA258D (or 0xFA258D) is known color: Wild Strawberry. HEX triplet: FA, 25 and 8D. RGB value is (250,37,141). Sum of RGB (Red+Green+Blue) = 250+37+141=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA258D is #05DA72. Grayscale: #707070. Windows color (decimal): -383603 or 9250298. OLE color: 9250298.

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

Color convert

RGB 250 37 141 -
CMYK 0 0.85 0.44 0.02
HSL 330.7º 0.96% 0.56% -
HSV(B) 330.7º 0.85% 0.98% -
XYZ 44.89 23.57 27.38 -
YUV 112.54 144.07 226.04 -
System Red Green Blue C M Y K H S L
Decimal 250 37 141 0 0.85 0.44 0.02 330.7 0.96 0.56
Hex FA 25 8D 0 55 2C 2 14B 60 38
Octal 372 45 215 0 125 54 2 513 140 70
Binary 11111010 100101 10001101 0 1010101 101100 10 101001011 1100000 111000

Color Harmonies of #FA258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA258D

Black with #FA258D

Text Example


Text Example

White with #FA258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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