Html Css Color HEX #F2677D Brink Pink

📋 copy color: '#F2677D'

red 242 ◦ green 103 ◦ blue 125

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

Shades of Brink Pink #F2677D

Tints of Brink Pink #F2677D

RGB

 RED value IS 242 (94.92% from 255) = 51.49%

 GREEN value IS 103 (40.63% from 255) = 21.91%

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

R = 51.49%
G = 21.91%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2677D (or 0xF2677D) is known color: Brink Pink. HEX triplet: F2, 67 and 7D. RGB value is (242,103,125). Sum of RGB (Red+Green+Blue) = 242+103+125=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2677D is #0D9882. Grayscale: #939393. Windows color (decimal): -891011 or 8218610. OLE color: 8218610.

HSL color Cylindrical-coordinate representation of color #F2677D: hue angle of 350.5º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2677D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 103 125 -
CMYK 0 0.57 0.48 0.05
HSL 350.5º 0.84% 0.68% -
HSV(B) 350.5º 0.57% 0.95% -
XYZ 45.17 30.06 22.82 -
YUV 147.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 242 103 125 0 0.57 0.48 0.05 350.5 0.84 0.68
Hex F2 67 7D 0 39 30 5 15F 54 44
Octal 362 147 175 0 71 60 5 537 124 104
Binary 11110010 1100111 1111101 0 111001 110000 101 101011111 1010100 1000100

Color Harmonies of #F2677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2677D

Black with #F2677D

Text Example


Text Example

White with #F2677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2677D; }

 p { color: rgb(242,103,125); }

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

background-color css

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

 a { background-color: rgb(242,103,125); }

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

border-color css

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

 span { border-color: rgb(242,103,125); }

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