Html Css Color HEX #F1507D Dark Pink

📋 copy color: '#F1507D'

red 241 ◦ green 80 ◦ blue 125

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

Shades of Dark Pink #F1507D

Tints of Dark Pink #F1507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 54.04%
G = 17.94%
B = 28.03%

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

#F1507D (or 0xF1507D) is known color: Dark Pink. HEX triplet: F1, 50 and 7D. RGB value is (241,80,125). Sum of RGB (Red+Green+Blue) = 241+80+125=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1507D is #0EAF82. Grayscale: #858585. Windows color (decimal): -962435 or 8212721. OLE color: 8212721.

HSL color Cylindrical-coordinate representation of color #F1507D: hue angle of 343.23º 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 #F1507D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 125 -
CMYK 0 0.67 0.48 0.05
HSL 343.23º 0.85% 0.63% -
HSV(B) 343.23º 0.67% 0.95% -
XYZ 42.85 25.92 22.15 -
YUV 133.27 123.34 204.84 -
System Red Green Blue C M Y K H S L
Decimal 241 80 125 0 0.67 0.48 0.05 343.23 0.85 0.63
Hex F1 50 7D 0 43 30 5 157 55 3F
Octal 361 120 175 0 103 60 5 527 125 77
Binary 11110001 1010000 1111101 0 1000011 110000 101 101010111 1010101 111111

Color Harmonies of #F1507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1507D

Black with #F1507D

Text Example


Text Example

White with #F1507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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