Html Css Color HEX #F0638A Brink Pink

📋 copy color: '#F0638A'

red 240 ◦ green 99 ◦ blue 138

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

Shades of Brink Pink #F0638A

Tints of Brink Pink #F0638A

RGB

 RED value IS 240 (94.14% from 255) = 50.31%

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 50.31%
G = 20.75%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0638A (or 0xF0638A) is known color: Brink Pink. HEX triplet: F0, 63 and 8A. RGB value is (240,99,138). Sum of RGB (Red+Green+Blue) = 240+99+138=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0638A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0638A is #0F9C75. Grayscale: #919191. Windows color (decimal): -1023094 or 9069552. OLE color: 9069552.

HSL color Cylindrical-coordinate representation of color #F0638A: hue angle of 343.4º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0638A is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 138 -
CMYK 0 0.59 0.42 0.06
HSL 343.4º 0.82% 0.66% -
HSV(B) 343.4º 0.59% 0.94% -
XYZ 44.98 29.28 27.33 -
YUV 145.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 240 99 138 0 0.59 0.42 0.06 343.4 0.82 0.66
Hex F0 63 8A 0 3B 2A 6 157 52 42
Octal 360 143 212 0 73 52 6 527 122 102
Binary 11110000 1100011 10001010 0 111011 101010 110 101010111 1010010 1000010

Color Harmonies of #F0638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0638A

Black with #F0638A

Text Example


Text Example

White with #F0638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0638A; }

 p { color: rgb(240,99,138); }

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

background-color css

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

 a { background-color: rgb(240,99,138); }

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

border-color css

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

 span { border-color: rgb(240,99,138); }

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