Html Css Color HEX #F10F7A Deep Pink

📋 copy color: '#F10F7A'

red 241 ◦ green 15 ◦ blue 122

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

Shades of Deep Pink #F10F7A

Tints of Deep Pink #F10F7A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.97%

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 63.76%
G = 3.97%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F10F7A (or 0xF10F7A) is known color: Deep Pink. HEX triplet: F1, 0F and 7A. RGB value is (241,15,122). Sum of RGB (Red+Green+Blue) = 241+15+122=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10F7A is #0EF085. Grayscale: #5E5E5E. Windows color (decimal): -979078 or 7999473. OLE color: 7999473.

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

Color convert

RGB 241 15 122 -
CMYK 0 0.94 0.49 0.05
HSL 331.59º 0.89% 0.5% -
HSV(B) 331.59º 0.94% 0.95% -
XYZ 39.96 20.45 20.25 -
YUV 94.77 143.37 232.3 -
System Red Green Blue C M Y K H S L
Decimal 241 15 122 0 0.94 0.49 0.05 331.59 0.89 0.5
Hex F1 F 7A 0 5E 31 5 14C 59 32
Octal 361 17 172 0 136 61 5 514 131 62
Binary 11110001 1111 1111010 0 1011110 110001 101 101001100 1011001 110010

Color Harmonies of #F10F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F7A

Black with #F10F7A

Text Example


Text Example

White with #F10F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F7A; }

 p { color: rgb(241,15,122); }

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

background-color css

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

 a { background-color: rgb(241,15,122); }

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

border-color css

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

 span { border-color: rgb(241,15,122); }

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