Html Css Color HEX #F26677 Brink Pink

📋 copy color: '#F26677'

red 242 ◦ green 102 ◦ blue 119

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

Shades of Brink Pink #F26677

Tints of Brink Pink #F26677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.7%

R = 52.27%
G = 22.03%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F26677 (or 0xF26677) is known color: Brink Pink. HEX triplet: F2, 66 and 77. RGB value is (242,102,119). Sum of RGB (Red+Green+Blue) = 242+102+119=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F26677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26677 is #0D9988. Grayscale: #919191. Windows color (decimal): -891273 or 7825138. OLE color: 7825138.

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

Color convert

RGB 242 102 119 -
CMYK 0 0.58 0.51 0.05
HSL 352.71º 0.84% 0.67% -
HSV(B) 352.71º 0.58% 0.95% -
XYZ 44.7 29.71 20.83 -
YUV 145.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 242 102 119 0 0.58 0.51 0.05 352.71 0.84 0.67
Hex F2 66 77 0 3A 33 5 161 54 43
Octal 362 146 167 0 72 63 5 541 124 103
Binary 11110010 1100110 1110111 0 111010 110011 101 101100001 1010100 1000011

Color Harmonies of #F26677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26677

Black with #F26677

Text Example


Text Example

White with #F26677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26677; }

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

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

background-color css

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

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

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

border-color css

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

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

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