Html Css Color HEX #FF698A Brink Pink

📋 copy color: '#FF698A'

red 255 ◦ green 105 ◦ blue 138

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

Shades of Brink Pink #FF698A

Tints of Brink Pink #FF698A

RGB

 RED value IS 255 (100% from 255) = 51.2%

 GREEN value IS 105 (41.41% from 255) = 21.08%

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

R = 51.2%
G = 21.08%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF698A (or 0xFF698A) is known color: Brink Pink. HEX triplet: FF, 69 and 8A. RGB value is (255,105,138). Sum of RGB (Red+Green+Blue) = 255+105+138=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF698A is #009675. Grayscale: #999999. Windows color (decimal): -38518 or 9071103. OLE color: 9071103.

HSL color Cylindrical-coordinate representation of color #FF698A: hue angle of 346.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF698A is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB 255 105 138 -
CMYK 0 0.59 0.46 0
HSL 346.8º 1% 0.71% -
HSV(B) 346.8º 0.59% 1% -
XYZ 50.88 33.2 27.77 -
YUV 153.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 255 105 138 0 0.59 0.46 0 346.8 1 0.71
Hex FF 69 8A 0 3B 2E 0 15B 64 47
Octal 377 151 212 0 73 56 0 533 144 107
Binary 11111111 1101001 10001010 0 111011 101110 0 101011011 1100100 1000111

Color Harmonies of #FF698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF698A

Black with #FF698A

Text Example


Text Example

White with #FF698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF698A; }

 p { color: rgb(255,105,138); }

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

background-color css

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

 a { background-color: rgb(255,105,138); }

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

border-color css

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

 span { border-color: rgb(255,105,138); }

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