Html Css Color HEX #F2657C Brink Pink

📋 copy color: '#F2657C'

red 242 ◦ green 101 ◦ blue 124

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

Shades of Brink Pink #F2657C

Tints of Brink Pink #F2657C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.55%

R = 51.82%
G = 21.63%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2657C (or 0xF2657C) is known color: Brink Pink. HEX triplet: F2, 65 and 7C. RGB value is (242,101,124). Sum of RGB (Red+Green+Blue) = 242+101+124=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2657C is #0D9A83. Grayscale: #919191. Windows color (decimal): -891524 or 8152562. OLE color: 8152562.

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

Color convert

RGB 242 101 124 -
CMYK 0 0.58 0.49 0.05
HSL 350.21º 0.84% 0.67% -
HSV(B) 350.21º 0.58% 0.95% -
XYZ 44.91 29.64 22.42 -
YUV 145.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 242 101 124 0 0.58 0.49 0.05 350.21 0.84 0.67
Hex F2 65 7C 0 3A 31 5 15E 54 43
Octal 362 145 174 0 72 61 5 536 124 103
Binary 11110010 1100101 1111100 0 111010 110001 101 101011110 1010100 1000011

Color Harmonies of #F2657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2657C

Black with #F2657C

Text Example


Text Example

White with #F2657C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2657C; }

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

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

background-color css

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

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

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

border-color css

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

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

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