Html Css Color HEX #F26C85 Brink Pink

📋 copy color: '#F26C85'

red 242 ◦ green 108 ◦ blue 133

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

Shades of Brink Pink #F26C85

Tints of Brink Pink #F26C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.36%

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

R = 50.1%
G = 22.36%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F26C85 (or 0xF26C85) is known color: Brink Pink. HEX triplet: F2, 6C and 85. RGB value is (242,108,133). Sum of RGB (Red+Green+Blue) = 242+108+133=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C85 is #0D937A. Grayscale: #969696. Windows color (decimal): -889723 or 8744178. OLE color: 8744178.

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

Color convert

RGB 242 108 133 -
CMYK 0 0.55 0.45 0.05
HSL 348.81º 0.84% 0.69% -
HSV(B) 348.81º 0.55% 0.95% -
XYZ 46.21 31.3 25.8 -
YUV 150.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 242 108 133 0 0.55 0.45 0.05 348.81 0.84 0.69
Hex F2 6C 85 0 37 2D 5 15D 54 45
Octal 362 154 205 0 67 55 5 535 124 105
Binary 11110010 1101100 10000101 0 110111 101101 101 101011101 1010100 1000101

Color Harmonies of #F26C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C85

Black with #F26C85

Text Example


Text Example

White with #F26C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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