Html Css Color HEX #F26685 Brink Pink

📋 copy color: '#F26685'

red 242 ◦ green 102 ◦ blue 133

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

Shades of Brink Pink #F26685

Tints of Brink Pink #F26685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.38%

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

R = 50.73%
G = 21.38%
B = 27.88%

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

#F26685 (or 0xF26685) is known color: Brink Pink. HEX triplet: F2, 66 and 85. RGB value is (242,102,133). Sum of RGB (Red+Green+Blue) = 242+102+133=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F26685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26685 is #0D997A. Grayscale: #939393. Windows color (decimal): -891259 or 8742642. OLE color: 8742642.

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

Color convert

RGB 242 102 133 -
CMYK 0 0.58 0.45 0.05
HSL 346.71º 0.84% 0.67% -
HSV(B) 346.71º 0.58% 0.95% -
XYZ 45.6 30.07 25.59 -
YUV 147.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 242 102 133 0 0.58 0.45 0.05 346.71 0.84 0.67
Hex F2 66 85 0 3A 2D 5 15B 54 43
Octal 362 146 205 0 72 55 5 533 124 103
Binary 11110010 1100110 10000101 0 111010 101101 101 101011011 1010100 1000011

Color Harmonies of #F26685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26685

Black with #F26685

Text Example


Text Example

White with #F26685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26685; }

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

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

background-color css

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

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

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

border-color css

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

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

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