Html Css Color HEX #F25D8A Brink Pink

📋 copy color: '#F25D8A'

red 242 ◦ green 93 ◦ blue 138

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

Shades of Brink Pink #F25D8A

Tints of Brink Pink #F25D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 51.16%
G = 19.66%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F25D8A (or 0xF25D8A) is known color: Brink Pink. HEX triplet: F2, 5D and 8A. RGB value is (242,93,138). Sum of RGB (Red+Green+Blue) = 242+93+138=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25D8A is #0DA275. Grayscale: #8E8E8E. Windows color (decimal): -893558 or 9068018. OLE color: 9068018.

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

Color convert

RGB 242 93 138 -
CMYK 0 0.62 0.43 0.05
HSL 341.88º 0.85% 0.66% -
HSV(B) 341.88º 0.62% 0.95% -
XYZ 45.12 28.54 27.18 -
YUV 142.68 125.36 198.84 -
System Red Green Blue C M Y K H S L
Decimal 242 93 138 0 0.62 0.43 0.05 341.88 0.85 0.66
Hex F2 5D 8A 0 3E 2B 5 156 55 42
Octal 362 135 212 0 76 53 5 526 125 102
Binary 11110010 1011101 10001010 0 111110 101011 101 101010110 1010101 1000010

Color Harmonies of #F25D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D8A

Black with #F25D8A

Text Example


Text Example

White with #F25D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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