Html Css Color HEX #F26A7D Brink Pink

📋 copy color: '#F26A7D'

red 242 ◦ green 106 ◦ blue 125

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

Shades of Brink Pink #F26A7D

Tints of Brink Pink #F26A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 51.16%
G = 22.41%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F26A7D (or 0xF26A7D) is known color: Brink Pink. HEX triplet: F2, 6A and 7D. RGB value is (242,106,125). Sum of RGB (Red+Green+Blue) = 242+106+125=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26A7D is #0D9582. Grayscale: #949494. Windows color (decimal): -890243 or 8219378. OLE color: 8219378.

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

Color convert

RGB 242 106 125 -
CMYK 0 0.56 0.48 0.05
HSL 351.62º 0.84% 0.68% -
HSV(B) 351.62º 0.56% 0.95% -
XYZ 45.47 30.67 22.92 -
YUV 148.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 242 106 125 0 0.56 0.48 0.05 351.62 0.84 0.68
Hex F2 6A 7D 0 38 30 5 160 54 44
Octal 362 152 175 0 70 60 5 540 124 104
Binary 11110010 1101010 1111101 0 111000 110000 101 101100000 1010100 1000100

Color Harmonies of #F26A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A7D

Black with #F26A7D

Text Example


Text Example

White with #F26A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A7D; }

 p { color: rgb(242,106,125); }

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

background-color css

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

 a { background-color: rgb(242,106,125); }

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

border-color css

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

 span { border-color: rgb(242,106,125); }

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