Html Css Color HEX #F35482 Dark Pink

📋 copy color: '#F35482'

red 243 ◦ green 84 ◦ blue 130

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

Shades of Dark Pink #F35482

Tints of Dark Pink #F35482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

 BLUE value IS 130 (51.17% from 255) = 28.45%

R = 53.17%
G = 18.38%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F35482 (or 0xF35482) is known color: Dark Pink. HEX triplet: F3, 54 and 82. RGB value is (243,84,130). Sum of RGB (Red+Green+Blue) = 243+84+130=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F35482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35482 is #0CAB7D. Grayscale: #888888. Windows color (decimal): -830334 or 8541427. OLE color: 8541427.

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

Color convert

RGB 243 84 130 -
CMYK 0 0.65 0.47 0.05
HSL 342.64º 0.87% 0.64% -
HSV(B) 342.64º 0.65% 0.95% -
XYZ 44.16 27.01 24 -
YUV 136.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 243 84 130 0 0.65 0.47 0.05 342.64 0.87 0.64
Hex F3 54 82 0 41 2F 5 157 57 40
Octal 363 124 202 0 101 57 5 527 127 100
Binary 11110011 1010100 10000010 0 1000001 101111 101 101010111 1010111 1000000

Color Harmonies of #F35482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35482

Black with #F35482

Text Example


Text Example

White with #F35482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35482; }

 p { color: rgb(243,84,130); }

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

background-color css

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

 a { background-color: rgb(243,84,130); }

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

border-color css

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

 span { border-color: rgb(243,84,130); }

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