Html Css Color HEX #F3507D Dark Pink

📋 copy color: '#F3507D'

red 243 ◦ green 80 ◦ blue 125

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

Shades of Dark Pink #F3507D

Tints of Dark Pink #F3507D

RGB

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

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

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

R = 54.24%
G = 17.86%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3507D (or 0xF3507D) is known color: Dark Pink. HEX triplet: F3, 50 and 7D. RGB value is (243,80,125). Sum of RGB (Red+Green+Blue) = 243+80+125=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F3507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3507D is #0CAF82. Grayscale: #858585. Windows color (decimal): -831363 or 8212723. OLE color: 8212723.

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

Color convert

RGB 243 80 125 -
CMYK 0 0.67 0.49 0.05
HSL 343.44º 0.87% 0.63% -
HSV(B) 343.44º 0.67% 0.95% -
XYZ 43.53 26.27 22.18 -
YUV 133.87 123 205.84 -
System Red Green Blue C M Y K H S L
Decimal 243 80 125 0 0.67 0.49 0.05 343.44 0.87 0.63
Hex F3 50 7D 0 43 31 5 157 57 3F
Octal 363 120 175 0 103 61 5 527 127 77
Binary 11110011 1010000 1111101 0 1000011 110001 101 101010111 1010111 111111

Color Harmonies of #F3507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3507D

Black with #F3507D

Text Example


Text Example

White with #F3507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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