Html Css Color HEX #F2657F Brink Pink

📋 copy color: '#F2657F'

red 242 ◦ green 101 ◦ blue 127

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

Shades of Brink Pink #F2657F

Tints of Brink Pink #F2657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

 BLUE value IS 127 (50% from 255) = 27.02%

R = 51.49%
G = 21.49%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2657F (or 0xF2657F) is known color: Brink Pink. HEX triplet: F2, 65 and 7F. RGB value is (242,101,127). Sum of RGB (Red+Green+Blue) = 242+101+127=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2657F is #0D9A80. Grayscale: #929292. Windows color (decimal): -891521 or 8349170. OLE color: 8349170.

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

Color convert

RGB 242 101 127 -
CMYK 0 0.58 0.48 0.05
HSL 348.94º 0.84% 0.67% -
HSV(B) 348.94º 0.58% 0.95% -
XYZ 45.1 29.72 23.44 -
YUV 146.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 242 101 127 0 0.58 0.48 0.05 348.94 0.84 0.67
Hex F2 65 7F 0 3A 30 5 15D 54 43
Octal 362 145 177 0 72 60 5 535 124 103
Binary 11110010 1100101 1111111 0 111010 110000 101 101011101 1010100 1000011

Color Harmonies of #F2657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2657F

Black with #F2657F

Text Example


Text Example

White with #F2657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2657F; }

 p { color: rgb(242,101,127); }

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

background-color css

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

 a { background-color: rgb(242,101,127); }

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

border-color css

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

 span { border-color: rgb(242,101,127); }

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