Html Css Color HEX #F1507E Dark Pink

📋 copy color: '#F1507E'

red 241 ◦ green 80 ◦ blue 126

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

Shades of Dark Pink #F1507E

Tints of Dark Pink #F1507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.9%

 BLUE value IS 126 (49.61% from 255) = 28.19%

R = 53.91%
G = 17.9%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1507E (or 0xF1507E) is known color: Dark Pink. HEX triplet: F1, 50 and 7E. RGB value is (241,80,126). Sum of RGB (Red+Green+Blue) = 241+80+126=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1507E is #0EAF81. Grayscale: #858585. Windows color (decimal): -962434 or 8278257. OLE color: 8278257.

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

Color convert

RGB 241 80 126 -
CMYK 0 0.67 0.48 0.05
HSL 342.86º 0.85% 0.63% -
HSV(B) 342.86º 0.67% 0.95% -
XYZ 42.91 25.94 22.48 -
YUV 133.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 241 80 126 0 0.67 0.48 0.05 342.86 0.85 0.63
Hex F1 50 7E 0 43 30 5 157 55 3F
Octal 361 120 176 0 103 60 5 527 125 77
Binary 11110001 1010000 1111110 0 1000011 110000 101 101010111 1010101 111111

Color Harmonies of #F1507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1507E

Black with #F1507E

Text Example


Text Example

White with #F1507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1507E; }

 p { color: rgb(241,80,126); }

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

background-color css

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

 a { background-color: rgb(241,80,126); }

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

border-color css

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

 span { border-color: rgb(241,80,126); }

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