Html Css Color HEX #F3527B Dark Pink

📋 copy color: '#F3527B'

red 243 ◦ green 82 ◦ blue 123

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

Shades of Dark Pink #F3527B

Tints of Dark Pink #F3527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

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

R = 54.24%
G = 18.3%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3527B (or 0xF3527B) is known color: Dark Pink. HEX triplet: F3, 52 and 7B. RGB value is (243,82,123). Sum of RGB (Red+Green+Blue) = 243+82+123=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F3527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3527B is #0CAD84. Grayscale: #868686. Windows color (decimal): -830853 or 8082163. OLE color: 8082163.

HSL color Cylindrical-coordinate representation of color #F3527B: hue angle of 344.72º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3527B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 82 123 -
CMYK 0 0.66 0.49 0.05
HSL 344.72º 0.87% 0.64% -
HSV(B) 344.72º 0.66% 0.95% -
XYZ 43.55 26.52 21.56 -
YUV 134.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 243 82 123 0 0.66 0.49 0.05 344.72 0.87 0.64
Hex F3 52 7B 0 42 31 5 159 57 40
Octal 363 122 173 0 102 61 5 531 127 100
Binary 11110011 1010010 1111011 0 1000010 110001 101 101011001 1010111 1000000

Color Harmonies of #F3527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3527B

Black with #F3527B

Text Example


Text Example

White with #F3527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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