Html Css Color HEX #F25A7C Brink Pink

📋 copy color: '#F25A7C'

red 242 ◦ green 90 ◦ blue 124

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

Shades of Brink Pink #F25A7C

Tints of Brink Pink #F25A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.74%

 BLUE value IS 124 (48.83% from 255) = 27.19%

R = 53.07%
G = 19.74%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F25A7C (or 0xF25A7C) is known color: Brink Pink. HEX triplet: F2, 5A and 7C. RGB value is (242,90,124). Sum of RGB (Red+Green+Blue) = 242+90+124=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A7C is #0DA583. Grayscale: #8B8B8B. Windows color (decimal): -894340 or 8149746. OLE color: 8149746.

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

Color convert

RGB 242 90 124 -
CMYK 0 0.63 0.49 0.05
HSL 346.58º 0.85% 0.65% -
HSV(B) 346.58º 0.63% 0.95% -
XYZ 43.91 27.64 22.09 -
YUV 139.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 242 90 124 0 0.63 0.49 0.05 346.58 0.85 0.65
Hex F2 5A 7C 0 3F 31 5 15B 55 41
Octal 362 132 174 0 77 61 5 533 125 101
Binary 11110010 1011010 1111100 0 111111 110001 101 101011011 1010101 1000001

Color Harmonies of #F25A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A7C

Black with #F25A7C

Text Example


Text Example

White with #F25A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A7C; }

 p { color: rgb(242,90,124); }

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

background-color css

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

 a { background-color: rgb(242,90,124); }

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

border-color css

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

 span { border-color: rgb(242,90,124); }

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