Html Css Color HEX #F25C7B Brink Pink

📋 copy color: '#F25C7B'

red 242 ◦ green 92 ◦ blue 123

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

Shades of Brink Pink #F25C7B

Tints of Brink Pink #F25C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.91%

R = 52.95%
G = 20.13%
B = 26.91%

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

#F25C7B (or 0xF25C7B) is known color: Brink Pink. HEX triplet: F2, 5C and 7B. RGB value is (242,92,123). Sum of RGB (Red+Green+Blue) = 242+92+123=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25C7B is #0DA384. Grayscale: #8C8C8C. Windows color (decimal): -893829 or 8084722. OLE color: 8084722.

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

Color convert

RGB 242 92 123 -
CMYK 0 0.62 0.49 0.05
HSL 347.6º 0.85% 0.65% -
HSV(B) 347.6º 0.62% 0.95% -
XYZ 44.02 27.96 21.82 -
YUV 140.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 242 92 123 0 0.62 0.49 0.05 347.6 0.85 0.65
Hex F2 5C 7B 0 3E 31 5 15C 55 41
Octal 362 134 173 0 76 61 5 534 125 101
Binary 11110010 1011100 1111011 0 111110 110001 101 101011100 1010101 1000001

Color Harmonies of #F25C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C7B

Black with #F25C7B

Text Example


Text Example

White with #F25C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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