Html Css Color HEX #F3507B Dark Pink

📋 copy color: '#F3507B'

red 243 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #F3507B

Tints of Dark Pink #F3507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 54.48%
G = 17.94%
B = 27.58%

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

#F3507B (or 0xF3507B) is known color: Dark Pink. HEX triplet: F3, 50 and 7B. RGB value is (243,80,123). Sum of RGB (Red+Green+Blue) = 243+80+123=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F3507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3507B is #0CAF84. Grayscale: #858585. Windows color (decimal): -831365 or 8081651. OLE color: 8081651.

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

Color convert

RGB 243 80 123 -
CMYK 0 0.67 0.49 0.05
HSL 344.17º 0.87% 0.63% -
HSV(B) 344.17º 0.67% 0.95% -
XYZ 43.41 26.22 21.51 -
YUV 133.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 243 80 123 0 0.67 0.49 0.05 344.17 0.87 0.63
Hex F3 50 7B 0 43 31 5 158 57 3F
Octal 363 120 173 0 103 61 5 530 127 77
Binary 11110011 1010000 1111011 0 1000011 110001 101 101011000 1010111 111111

Color Harmonies of #F3507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3507B

Black with #F3507B

Text Example


Text Example

White with #F3507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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