Html Css Color HEX #F25D81 Brink Pink

📋 copy color: '#F25D81'

red 242 ◦ green 93 ◦ blue 129

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

Shades of Brink Pink #F25D81

Tints of Brink Pink #F25D81

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.04%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 52.16%
G = 20.04%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F25D81 (or 0xF25D81) is known color: Brink Pink. HEX triplet: F2, 5D and 81. RGB value is (242,93,129). Sum of RGB (Red+Green+Blue) = 242+93+129=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25D81 is #0DA27E. Grayscale: #8D8D8D. Windows color (decimal): -893567 or 8478194. OLE color: 8478194.

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

Color convert

RGB 242 93 129 -
CMYK 0 0.62 0.47 0.05
HSL 345.5º 0.85% 0.66% -
HSV(B) 345.5º 0.62% 0.95% -
XYZ 44.49 28.29 23.88 -
YUV 141.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 242 93 129 0 0.62 0.47 0.05 345.5 0.85 0.66
Hex F2 5D 81 0 3E 2F 5 15A 55 42
Octal 362 135 201 0 76 57 5 532 125 102
Binary 11110010 1011101 10000001 0 111110 101111 101 101011010 1010101 1000010

Color Harmonies of #F25D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D81

Black with #F25D81

Text Example


Text Example

White with #F25D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D81; }

 p { color: rgb(242,93,129); }

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

background-color css

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

 a { background-color: rgb(242,93,129); }

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

border-color css

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

 span { border-color: rgb(242,93,129); }

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