Html Css Color HEX #F1037B Deep Pink

📋 copy color: '#F1037B'

red 241 ◦ green 3 ◦ blue 123

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

Shades of Deep Pink #F1037B

Tints of Deep Pink #F1037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 65.67%
G = 0.82%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1037B (or 0xF1037B) is known color: Deep Pink. HEX triplet: F1, 03 and 7B. RGB value is (241,3,123). Sum of RGB (Red+Green+Blue) = 241+3+123=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1037B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1037B is #0EFC84. Grayscale: #575757. Windows color (decimal): -982149 or 8061937. OLE color: 8061937.

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

Color convert

RGB 241 3 123 -
CMYK 0 0.99 0.49 0.05
HSL 329.75º 0.98% 0.48% -
HSV(B) 329.75º 0.99% 0.95% -
XYZ 39.88 20.2 20.54 -
YUV 87.84 147.85 237.24 -
System Red Green Blue C M Y K H S L
Decimal 241 3 123 0 0.99 0.49 0.05 329.75 0.98 0.48
Hex F1 3 7B 0 63 31 5 14A 62 30
Octal 361 3 173 0 143 61 5 512 142 60
Binary 11110001 11 1111011 0 1100011 110001 101 101001010 1100010 110000

Color Harmonies of #F1037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1037B

Black with #F1037B

Text Example


Text Example

White with #F1037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1037B; }

 p { color: rgb(241,3,123); }

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

background-color css

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

 a { background-color: rgb(241,3,123); }

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

border-color css

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

 span { border-color: rgb(241,3,123); }

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