Html Css Color HEX #F26985 Brink Pink

📋 copy color: '#F26985'

red 242 ◦ green 105 ◦ blue 133

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

Shades of Brink Pink #F26985

Tints of Brink Pink #F26985

RGB

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

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

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

R = 50.42%
G = 21.88%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F26985 (or 0xF26985) is known color: Brink Pink. HEX triplet: F2, 69 and 85. RGB value is (242,105,133). Sum of RGB (Red+Green+Blue) = 242+105+133=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F26985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26985 is #0D967A. Grayscale: #959595. Windows color (decimal): -890491 or 8743410. OLE color: 8743410.

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

Color convert

RGB 242 105 133 -
CMYK 0 0.57 0.45 0.05
HSL 347.74º 0.84% 0.68% -
HSV(B) 347.74º 0.57% 0.95% -
XYZ 45.9 30.67 25.69 -
YUV 149.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 242 105 133 0 0.57 0.45 0.05 347.74 0.84 0.68
Hex F2 69 85 0 39 2D 5 15C 54 44
Octal 362 151 205 0 71 55 5 534 124 104
Binary 11110010 1101001 10000101 0 111001 101101 101 101011100 1010100 1000100

Color Harmonies of #F26985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26985

Black with #F26985

Text Example


Text Example

White with #F26985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26985; }

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

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

background-color css

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

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

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

border-color css

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

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

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