Html Css Color HEX #F25C7C Brink Pink

📋 copy color: '#F25C7C'

red 242 ◦ green 92 ◦ blue 124

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

Shades of Brink Pink #F25C7C

Tints of Brink Pink #F25C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.09%

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

R = 52.84%
G = 20.09%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F25C7C (or 0xF25C7C) is known color: Brink Pink. HEX triplet: F2, 5C and 7C. RGB value is (242,92,124). Sum of RGB (Red+Green+Blue) = 242+92+124=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25C7C is #0DA383. Grayscale: #8C8C8C. Windows color (decimal): -893828 or 8150258. OLE color: 8150258.

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

Color convert

RGB 242 92 124 -
CMYK 0 0.62 0.49 0.05
HSL 347.2º 0.85% 0.65% -
HSV(B) 347.2º 0.62% 0.95% -
XYZ 44.08 27.99 22.15 -
YUV 140.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 242 92 124 0 0.62 0.49 0.05 347.2 0.85 0.65
Hex F2 5C 7C 0 3E 31 5 15B 55 41
Octal 362 134 174 0 76 61 5 533 125 101
Binary 11110010 1011100 1111100 0 111110 110001 101 101011011 1010101 1000001

Color Harmonies of #F25C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C7C

Black with #F25C7C

Text Example


Text Example

White with #F25C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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