Html Css Color HEX #F26981 Brink Pink

📋 copy color: '#F26981'

red 242 ◦ green 105 ◦ blue 129

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

Shades of Brink Pink #F26981

Tints of Brink Pink #F26981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 50.84%
G = 22.06%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F26981 (or 0xF26981) is known color: Brink Pink. HEX triplet: F2, 69 and 81. RGB value is (242,105,129). Sum of RGB (Red+Green+Blue) = 242+105+129=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F26981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26981 is #0D967E. Grayscale: #949494. Windows color (decimal): -890495 or 8481266. OLE color: 8481266.

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

Color convert

RGB 242 105 129 -
CMYK 0 0.57 0.47 0.05
HSL 349.49º 0.84% 0.68% -
HSV(B) 349.49º 0.57% 0.95% -
XYZ 45.63 30.57 24.26 -
YUV 148.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 242 105 129 0 0.57 0.47 0.05 349.49 0.84 0.68
Hex F2 69 81 0 39 2F 5 15D 54 44
Octal 362 151 201 0 71 57 5 535 124 104
Binary 11110010 1101001 10000001 0 111001 101111 101 101011101 1010100 1000100

Color Harmonies of #F26981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26981

Black with #F26981

Text Example


Text Example

White with #F26981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26981; }

 p { color: rgb(242,105,129); }

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

background-color css

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

 a { background-color: rgb(242,105,129); }

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

border-color css

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

 span { border-color: rgb(242,105,129); }

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