Html Css Color HEX #F35A7D Brink Pink

📋 copy color: '#F35A7D'

red 243 ◦ green 90 ◦ blue 125

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

Shades of Brink Pink #F35A7D

Tints of Brink Pink #F35A7D

RGB

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

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

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

R = 53.06%
G = 19.65%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F35A7D (or 0xF35A7D) is known color: Brink Pink. HEX triplet: F3, 5A and 7D. RGB value is (243,90,125). Sum of RGB (Red+Green+Blue) = 243+90+125=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A7D is #0CA582. Grayscale: #8B8B8B. Windows color (decimal): -828803 or 8215283. OLE color: 8215283.

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

Color convert

RGB 243 90 125 -
CMYK 0 0.63 0.49 0.05
HSL 346.27º 0.86% 0.65% -
HSV(B) 346.27º 0.63% 0.95% -
XYZ 44.32 27.85 22.44 -
YUV 139.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 243 90 125 0 0.63 0.49 0.05 346.27 0.86 0.65
Hex F3 5A 7D 0 3F 31 5 15A 56 41
Octal 363 132 175 0 77 61 5 532 126 101
Binary 11110011 1011010 1111101 0 111111 110001 101 101011010 1010110 1000001

Color Harmonies of #F35A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35A7D

Black with #F35A7D

Text Example


Text Example

White with #F35A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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