Html Css Color HEX #F2638C Brink Pink

📋 copy color: '#F2638C'

red 242 ◦ green 99 ◦ blue 140

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

Shades of Brink Pink #F2638C

Tints of Brink Pink #F2638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.58%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 50.31%
G = 20.58%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2638C (or 0xF2638C) is known color: Brink Pink. HEX triplet: F2, 63 and 8C. RGB value is (242,99,140). Sum of RGB (Red+Green+Blue) = 242+99+140=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2638C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2638C is #0D9C73. Grayscale: #929292. Windows color (decimal): -892020 or 9200626. OLE color: 9200626.

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

Color convert

RGB 242 99 140 -
CMYK 0 0.59 0.42 0.05
HSL 342.8º 0.85% 0.67% -
HSV(B) 342.8º 0.59% 0.95% -
XYZ 45.81 29.69 28.13 -
YUV 146.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 242 99 140 0 0.59 0.42 0.05 342.8 0.85 0.67
Hex F2 63 8C 0 3B 2A 5 157 55 43
Octal 362 143 214 0 73 52 5 527 125 103
Binary 11110010 1100011 10001100 0 111011 101010 101 101010111 1010101 1000011

Color Harmonies of #F2638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2638C

Black with #F2638C

Text Example


Text Example

White with #F2638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2638C; }

 p { color: rgb(242,99,140); }

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

background-color css

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

 a { background-color: rgb(242,99,140); }

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

border-color css

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

 span { border-color: rgb(242,99,140); }

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