Html Css Color HEX #F26581 Brink Pink

📋 copy color: '#F26581'

red 242 ◦ green 101 ◦ blue 129

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

Shades of Brink Pink #F26581

Tints of Brink Pink #F26581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.4%

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

R = 51.27%
G = 21.4%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F26581 (or 0xF26581) is known color: Brink Pink. HEX triplet: F2, 65 and 81. RGB value is (242,101,129). Sum of RGB (Red+Green+Blue) = 242+101+129=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F26581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26581 is #0D9A7E. Grayscale: #929292. Windows color (decimal): -891519 or 8480242. OLE color: 8480242.

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

Color convert

RGB 242 101 129 -
CMYK 0 0.58 0.47 0.05
HSL 348.09º 0.84% 0.67% -
HSV(B) 348.09º 0.58% 0.95% -
XYZ 45.23 29.77 24.13 -
YUV 146.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 242 101 129 0 0.58 0.47 0.05 348.09 0.84 0.67
Hex F2 65 81 0 3A 2F 5 15C 54 43
Octal 362 145 201 0 72 57 5 534 124 103
Binary 11110010 1100101 10000001 0 111010 101111 101 101011100 1010100 1000011

Color Harmonies of #F26581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26581

Black with #F26581

Text Example


Text Example

White with #F26581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26581; }

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

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

background-color css

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

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

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

border-color css

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

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

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