Html Css Color HEX #F26585 Brink Pink

📋 copy color: '#F26585'

red 242 ◦ green 101 ◦ blue 133

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

Shades of Brink Pink #F26585

Tints of Brink Pink #F26585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 50.84%
G = 21.22%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F26585 (or 0xF26585) is known color: Brink Pink. HEX triplet: F2, 65 and 85. RGB value is (242,101,133). Sum of RGB (Red+Green+Blue) = 242+101+133=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F26585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26585 is #0D9A7A. Grayscale: #929292. Windows color (decimal): -891515 or 8742386. OLE color: 8742386.

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

Color convert

RGB 242 101 133 -
CMYK 0 0.58 0.45 0.05
HSL 346.38º 0.84% 0.67% -
HSV(B) 346.38º 0.58% 0.95% -
XYZ 45.51 29.88 25.56 -
YUV 146.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 242 101 133 0 0.58 0.45 0.05 346.38 0.84 0.67
Hex F2 65 85 0 3A 2D 5 15A 54 43
Octal 362 145 205 0 72 55 5 532 124 103
Binary 11110010 1100101 10000101 0 111010 101101 101 101011010 1010100 1000011

Color Harmonies of #F26585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26585

Black with #F26585

Text Example


Text Example

White with #F26585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26585; }

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

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

background-color css

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

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

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

border-color css

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

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

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