Html Css Color HEX #F3507A Dark Pink

📋 copy color: '#F3507A'

red 243 ◦ green 80 ◦ blue 122

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

Shades of Dark Pink #F3507A

Tints of Dark Pink #F3507A

RGB

 RED value IS 243 (95.31% from 255) = 54.61%

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

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

R = 54.61%
G = 17.98%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F3507A (or 0xF3507A) is known color: Dark Pink. HEX triplet: F3, 50 and 7A. RGB value is (243,80,122). Sum of RGB (Red+Green+Blue) = 243+80+122=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F3507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3507A is #0CAF85. Grayscale: #858585. Windows color (decimal): -831366 or 8016115. OLE color: 8016115.

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

Color convert

RGB 243 80 122 -
CMYK 0 0.67 0.50 0.05
HSL 344.54º 0.87% 0.63% -
HSV(B) 344.54º 0.67% 0.95% -
XYZ 43.34 26.2 21.18 -
YUV 133.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 243 80 122 0 0.67 0.50 0.05 344.54 0.87 0.63
Hex F3 50 7A 0 43 32 5 159 57 3F
Octal 363 120 172 0 103 62 5 531 127 77
Binary 11110011 1010000 1111010 0 1000011 110010 101 101011001 1010111 111111

Color Harmonies of #F3507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3507A

Black with #F3507A

Text Example


Text Example

White with #F3507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3507A; }

 p { color: rgb(243,80,122); }

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

background-color css

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

 a { background-color: rgb(243,80,122); }

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

border-color css

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

 span { border-color: rgb(243,80,122); }

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