Html Css Color HEX #F25F86 Brink Pink

📋 copy color: '#F25F86'

red 242 ◦ green 95 ◦ blue 134

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

Shades of Brink Pink #F25F86

Tints of Brink Pink #F25F86

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

 BLUE value IS 134 (52.73% from 255) = 28.45%

R = 51.38%
G = 20.17%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F25F86 (or 0xF25F86) is known color: Brink Pink. HEX triplet: F2, 5F and 86. RGB value is (242,95,134). Sum of RGB (Red+Green+Blue) = 242+95+134=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25F86 is #0DA079. Grayscale: #8F8F8F. Windows color (decimal): -893050 or 8806386. OLE color: 8806386.

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

Color convert

RGB 242 95 134 -
CMYK 0 0.61 0.45 0.05
HSL 344.08º 0.85% 0.66% -
HSV(B) 344.08º 0.61% 0.95% -
XYZ 45.01 28.78 25.74 -
YUV 143.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 242 95 134 0 0.61 0.45 0.05 344.08 0.85 0.66
Hex F2 5F 86 0 3D 2D 5 158 55 42
Octal 362 137 206 0 75 55 5 530 125 102
Binary 11110010 1011111 10000110 0 111101 101101 101 101011000 1010101 1000010

Color Harmonies of #F25F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F86

Black with #F25F86

Text Example


Text Example

White with #F25F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F86; }

 p { color: rgb(242,95,134); }

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

background-color css

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

 a { background-color: rgb(242,95,134); }

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

border-color css

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

 span { border-color: rgb(242,95,134); }

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