Html Css Color HEX #F1048B Deep Pink

📋 copy color: '#F1048B'

red 241 ◦ green 4 ◦ blue 139

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

Shades of Deep Pink #F1048B

Tints of Deep Pink #F1048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 62.76%
G = 1.04%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1048B (or 0xF1048B) is known color: Deep Pink. HEX triplet: F1, 04 and 8B. RGB value is (241,4,139). Sum of RGB (Red+Green+Blue) = 241+4+139=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1048B is #0EFB74. Grayscale: #595959. Windows color (decimal): -981877 or 9110769. OLE color: 9110769.

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

Color convert

RGB 241 4 139 -
CMYK 0 0.98 0.42 0.05
HSL 325.82º 0.97% 0.48% -
HSV(B) 325.82º 0.98% 0.95% -
XYZ 40.98 20.65 26.25 -
YUV 90.25 155.52 235.52 -
System Red Green Blue C M Y K H S L
Decimal 241 4 139 0 0.98 0.42 0.05 325.82 0.97 0.48
Hex F1 4 8B 0 62 2A 5 146 61 30
Octal 361 4 213 0 142 52 5 506 141 60
Binary 11110001 100 10001011 0 1100010 101010 101 101000110 1100001 110000

Color Harmonies of #F1048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1048B

Black with #F1048B

Text Example


Text Example

White with #F1048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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