Html Css Color HEX #F1248B Deep Pink

📋 copy color: '#F1248B'

red 241 ◦ green 36 ◦ blue 139

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

Shades of Deep Pink #F1248B

Tints of Deep Pink #F1248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.65%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 57.93%
G = 8.65%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1248B (or 0xF1248B) is known color: Deep Pink. HEX triplet: F1, 24 and 8B. RGB value is (241,36,139). Sum of RGB (Red+Green+Blue) = 241+36+139=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1248B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1248B is #0EDB74. Grayscale: #6C6C6C. Windows color (decimal): -973685 or 9118961. OLE color: 9118961.

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

Color convert

RGB 241 36 139 -
CMYK 0 0.85 0.42 0.05
HSL 329.85º 0.88% 0.54% -
HSV(B) 329.85º 0.85% 0.95% -
XYZ 41.57 21.83 26.45 -
YUV 109.04 144.92 222.12 -
System Red Green Blue C M Y K H S L
Decimal 241 36 139 0 0.85 0.42 0.05 329.85 0.88 0.54
Hex F1 24 8B 0 55 2A 5 14A 58 36
Octal 361 44 213 0 125 52 5 512 130 66
Binary 11110001 100100 10001011 0 1010101 101010 101 101001010 1011000 110110

Color Harmonies of #F1248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1248B

Black with #F1248B

Text Example


Text Example

White with #F1248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1248B; }

 p { color: rgb(241,36,139); }

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

background-color css

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

 a { background-color: rgb(241,36,139); }

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

border-color css

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

 span { border-color: rgb(241,36,139); }

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