Html Css Color HEX #F1248F Deep Pink

📋 copy color: '#F1248F'

red 241 ◦ green 36 ◦ blue 143

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

Shades of Deep Pink #F1248F

Tints of Deep Pink #F1248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 57.38%
G = 8.57%
B = 34.05%

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

#F1248F (or 0xF1248F) is known color: Deep Pink. HEX triplet: F1, 24 and 8F. RGB value is (241,36,143). Sum of RGB (Red+Green+Blue) = 241+36+143=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1248F is #0EDB70. Grayscale: #6D6D6D. Windows color (decimal): -973681 or 9381105. OLE color: 9381105.

HSL color Cylindrical-coordinate representation of color #F1248F: hue angle of 328.68º 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 #F1248F is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 36 143 -
CMYK 0 0.85 0.41 0.05
HSL 328.68º 0.88% 0.54% -
HSV(B) 328.68º 0.85% 0.95% -
XYZ 41.86 21.95 28.02 -
YUV 109.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 241 36 143 0 0.85 0.41 0.05 328.68 0.88 0.54
Hex F1 24 8F 0 55 29 5 149 58 36
Octal 361 44 217 0 125 51 5 511 130 66
Binary 11110001 100100 10001111 0 1010101 101001 101 101001001 1011000 110110

Color Harmonies of #F1248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1248F

Black with #F1248F

Text Example


Text Example

White with #F1248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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