Html Css Color HEX #F25E8C Brink Pink

📋 copy color: '#F25E8C'

red 242 ◦ green 94 ◦ blue 140

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

Shades of Brink Pink #F25E8C

Tints of Brink Pink #F25E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.75%

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 50.84%
G = 19.75%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F25E8C (or 0xF25E8C) is known color: Brink Pink. HEX triplet: F2, 5E and 8C. RGB value is (242,94,140). Sum of RGB (Red+Green+Blue) = 242+94+140=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25E8C is #0DA173. Grayscale: #8F8F8F. Windows color (decimal): -893300 or 9199346. OLE color: 9199346.

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

Color convert

RGB 242 94 140 -
CMYK 0 0.61 0.42 0.05
HSL 341.35º 0.85% 0.66% -
HSV(B) 341.35º 0.61% 0.95% -
XYZ 45.35 28.78 27.97 -
YUV 143.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 242 94 140 0 0.61 0.42 0.05 341.35 0.85 0.66
Hex F2 5E 8C 0 3D 2A 5 155 55 42
Octal 362 136 214 0 75 52 5 525 125 102
Binary 11110010 1011110 10001100 0 111101 101010 101 101010101 1010101 1000010

Color Harmonies of #F25E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25E8C

Black with #F25E8C

Text Example


Text Example

White with #F25E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25E8C; }

 p { color: rgb(242,94,140); }

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

background-color css

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

 a { background-color: rgb(242,94,140); }

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

border-color css

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

 span { border-color: rgb(242,94,140); }

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