Html Css Color HEX #F9258D Wild Strawberry

📋 copy color: '#F9258D'

red 249 ◦ green 37 ◦ blue 141

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

Shades of Wild Strawberry #F9258D

Tints of Wild Strawberry #F9258D

RGB

 RED value IS 249 (97.66% from 255) = 58.31%

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

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

R = 58.31%
G = 8.67%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9258D (or 0xF9258D) is known color: Wild Strawberry. HEX triplet: F9, 25 and 8D. RGB value is (249,37,141). Sum of RGB (Red+Green+Blue) = 249+37+141=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9258D is #06DA72. Grayscale: #707070. Windows color (decimal): -449139 or 9250297. OLE color: 9250297.

HSL color Cylindrical-coordinate representation of color #F9258D: hue angle of 330.57º degrees, saturation: 0.95, 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 #F9258D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 37 141 -
CMYK 0 0.85 0.43 0.02
HSL 330.57º 0.95% 0.56% -
HSV(B) 330.57º 0.85% 0.98% -
XYZ 44.54 23.39 27.37 -
YUV 112.24 144.24 225.54 -
System Red Green Blue C M Y K H S L
Decimal 249 37 141 0 0.85 0.43 0.02 330.57 0.95 0.56
Hex F9 25 8D 0 55 2B 2 14B 5F 38
Octal 371 45 215 0 125 53 2 513 137 70
Binary 11111001 100101 10001101 0 1010101 101011 10 101001011 1011111 111000

Color Harmonies of #F9258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9258D

Black with #F9258D

Text Example


Text Example

White with #F9258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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