Html Css Color HEX #F1097F Deep Pink

📋 copy color: '#F1097F'

red 241 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #F1097F

Tints of Deep Pink #F1097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

 BLUE value IS 127 (50% from 255) = 33.69%

R = 63.93%
G = 2.39%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1097F (or 0xF1097F) is known color: Deep Pink. HEX triplet: F1, 09 and 7F. RGB value is (241,9,127). Sum of RGB (Red+Green+Blue) = 241+9+127=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F1097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1097F is #0EF680. Grayscale: #5B5B5B. Windows color (decimal): -980609 or 8325617. OLE color: 8325617.

HSL color Cylindrical-coordinate representation of color #F1097F: hue angle of 329.48º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1097F is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 9 127 -
CMYK 0 0.96 0.47 0.05
HSL 329.48º 0.93% 0.49% -
HSV(B) 329.48º 0.96% 0.95% -
XYZ 40.2 20.43 21.9 -
YUV 91.82 147.86 234.41 -
System Red Green Blue C M Y K H S L
Decimal 241 9 127 0 0.96 0.47 0.05 329.48 0.93 0.49
Hex F1 9 7F 0 60 2F 5 149 5D 31
Octal 361 11 177 0 140 57 5 511 135 61
Binary 11110001 1001 1111111 0 1100000 101111 101 101001001 1011101 110001

Color Harmonies of #F1097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1097F

Black with #F1097F

Text Example


Text Example

White with #F1097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1097F; }

 p { color: rgb(241,9,127); }

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

background-color css

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

 a { background-color: rgb(241,9,127); }

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

border-color css

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

 span { border-color: rgb(241,9,127); }

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