Html Css Color HEX #F1258D Deep Pink

📋 copy color: '#F1258D'

red 241 ◦ green 37 ◦ blue 141

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

Shades of Deep Pink #F1258D

Tints of Deep Pink #F1258D

RGB

 RED value IS 241 (94.53% from 255) = 57.52%

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

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

R = 57.52%
G = 8.83%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1258D (or 0xF1258D) is known color: Deep Pink. HEX triplet: F1, 25 and 8D. RGB value is (241,37,141). Sum of RGB (Red+Green+Blue) = 241+37+141=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1258D is #0EDA72. Grayscale: #6D6D6D. Windows color (decimal): -973427 or 9250289. OLE color: 9250289.

HSL color Cylindrical-coordinate representation of color #F1258D: hue angle of 329.41º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1258D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 37 141 -
CMYK 0 0.85 0.41 0.05
HSL 329.41º 0.88% 0.55% -
HSV(B) 329.41º 0.85% 0.95% -
XYZ 41.74 21.95 27.24 -
YUV 109.85 145.59 221.54 -
System Red Green Blue C M Y K H S L
Decimal 241 37 141 0 0.85 0.41 0.05 329.41 0.88 0.55
Hex F1 25 8D 0 55 29 5 149 58 37
Octal 361 45 215 0 125 51 5 511 130 67
Binary 11110001 100101 10001101 0 1010101 101001 101 101001001 1011000 110111

Color Harmonies of #F1258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1258D

Black with #F1258D

Text Example


Text Example

White with #F1258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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