Html Css Color HEX #F2638D Brink Pink

📋 copy color: '#F2638D'

red 242 ◦ green 99 ◦ blue 141

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

Shades of Brink Pink #F2638D

Tints of Brink Pink #F2638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.25%

R = 50.21%
G = 20.54%
B = 29.25%

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

#F2638D (or 0xF2638D) is known color: Brink Pink. HEX triplet: F2, 63 and 8D. RGB value is (242,99,141). Sum of RGB (Red+Green+Blue) = 242+99+141=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2638D is #0D9C72. Grayscale: #929292. Windows color (decimal): -892019 or 9266162. OLE color: 9266162.

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

Color convert

RGB 242 99 141 -
CMYK 0 0.59 0.42 0.05
HSL 342.38º 0.85% 0.67% -
HSV(B) 342.38º 0.59% 0.95% -
XYZ 45.89 29.72 28.52 -
YUV 146.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 242 99 141 0 0.59 0.42 0.05 342.38 0.85 0.67
Hex F2 63 8D 0 3B 2A 5 156 55 43
Octal 362 143 215 0 73 52 5 526 125 103
Binary 11110010 1100011 10001101 0 111011 101010 101 101010110 1010101 1000011

Color Harmonies of #F2638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2638D

Black with #F2638D

Text Example


Text Example

White with #F2638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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