Html Css Color HEX #F2678A Brink Pink

📋 copy color: '#F2678A'

red 242 ◦ green 103 ◦ blue 138

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

Shades of Brink Pink #F2678A

Tints of Brink Pink #F2678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.33%

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

R = 50.1%
G = 21.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2678A (or 0xF2678A) is known color: Brink Pink. HEX triplet: F2, 67 and 8A. RGB value is (242,103,138). Sum of RGB (Red+Green+Blue) = 242+103+138=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2678A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2678A is #0D9875. Grayscale: #949494. Windows color (decimal): -890998 or 9070578. OLE color: 9070578.

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

Color convert

RGB 242 103 138 -
CMYK 0 0.57 0.43 0.05
HSL 344.89º 0.84% 0.68% -
HSV(B) 344.89º 0.57% 0.95% -
XYZ 46.06 30.41 27.49 -
YUV 148.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 242 103 138 0 0.57 0.43 0.05 344.89 0.84 0.68
Hex F2 67 8A 0 39 2B 5 159 54 44
Octal 362 147 212 0 71 53 5 531 124 104
Binary 11110010 1100111 10001010 0 111001 101011 101 101011001 1010100 1000100

Color Harmonies of #F2678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2678A

Black with #F2678A

Text Example


Text Example

White with #F2678A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2678A; }

 p { color: rgb(242,103,138); }

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

background-color css

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

 a { background-color: rgb(242,103,138); }

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

border-color css

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

 span { border-color: rgb(242,103,138); }

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