Html Css Color HEX #F25F7B Brink Pink

📋 copy color: '#F25F7B'

red 242 ◦ green 95 ◦ blue 123

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

Shades of Brink Pink #F25F7B

Tints of Brink Pink #F25F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.65%

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

R = 52.61%
G = 20.65%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F25F7B (or 0xF25F7B) is known color: Brink Pink. HEX triplet: F2, 5F and 7B. RGB value is (242,95,123). Sum of RGB (Red+Green+Blue) = 242+95+123=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F7B is #0DA084. Grayscale: #8E8E8E. Windows color (decimal): -893061 or 8085490. OLE color: 8085490.

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

Color convert

RGB 242 95 123 -
CMYK 0 0.61 0.49 0.05
HSL 348.57º 0.85% 0.66% -
HSV(B) 348.57º 0.61% 0.95% -
XYZ 44.29 28.49 21.9 -
YUV 142.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 242 95 123 0 0.61 0.49 0.05 348.57 0.85 0.66
Hex F2 5F 7B 0 3D 31 5 15D 55 42
Octal 362 137 173 0 75 61 5 535 125 102
Binary 11110010 1011111 1111011 0 111101 110001 101 101011101 1010101 1000010

Color Harmonies of #F25F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F7B

Black with #F25F7B

Text Example


Text Example

White with #F25F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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