Html Css Color HEX #F35A8A Dark Pink

📋 copy color: '#F35A8A'

red 243 ◦ green 90 ◦ blue 138

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

Shades of Dark Pink #F35A8A

Tints of Dark Pink #F35A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.11%

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 51.59%
G = 19.11%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F35A8A (or 0xF35A8A) is known color: Dark Pink. HEX triplet: F3, 5A and 8A. RGB value is (243,90,138). Sum of RGB (Red+Green+Blue) = 243+90+138=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A8A is #0CA575. Grayscale: #8D8D8D. Windows color (decimal): -828790 or 9067251. OLE color: 9067251.

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

Color convert

RGB 243 90 138 -
CMYK 0 0.63 0.43 0.05
HSL 341.18º 0.86% 0.65% -
HSV(B) 341.18º 0.63% 0.95% -
XYZ 45.21 28.2 27.11 -
YUV 141.22 126.19 200.6 -
System Red Green Blue C M Y K H S L
Decimal 243 90 138 0 0.63 0.43 0.05 341.18 0.86 0.65
Hex F3 5A 8A 0 3F 2B 5 155 56 41
Octal 363 132 212 0 77 53 5 525 126 101
Binary 11110011 1011010 10001010 0 111111 101011 101 101010101 1010110 1000001

Color Harmonies of #F35A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35A8A

Black with #F35A8A

Text Example


Text Example

White with #F35A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35A8A; }

 p { color: rgb(243,90,138); }

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

background-color css

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

 a { background-color: rgb(243,90,138); }

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

border-color css

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

 span { border-color: rgb(243,90,138); }

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