Html Css Color HEX #F25D83 Brink Pink

📋 copy color: '#F25D83'

red 242 ◦ green 93 ◦ blue 131

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

Shades of Brink Pink #F25D83

Tints of Brink Pink #F25D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.96%

 BLUE value IS 131 (51.56% from 255) = 28.11%

R = 51.93%
G = 19.96%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F25D83 (or 0xF25D83) is known color: Brink Pink. HEX triplet: F2, 5D and 83. RGB value is (242,93,131). Sum of RGB (Red+Green+Blue) = 242+93+131=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25D83 is #0DA27C. Grayscale: #8D8D8D. Windows color (decimal): -893565 or 8609266. OLE color: 8609266.

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

Color convert

RGB 242 93 131 -
CMYK 0 0.62 0.46 0.05
HSL 344.7º 0.85% 0.66% -
HSV(B) 344.7º 0.62% 0.95% -
XYZ 44.63 28.34 24.59 -
YUV 141.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 242 93 131 0 0.62 0.46 0.05 344.7 0.85 0.66
Hex F2 5D 83 0 3E 2E 5 159 55 42
Octal 362 135 203 0 76 56 5 531 125 102
Binary 11110010 1011101 10000011 0 111110 101110 101 101011001 1010101 1000010

Color Harmonies of #F25D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D83

Black with #F25D83

Text Example


Text Example

White with #F25D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D83; }

 p { color: rgb(242,93,131); }

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

background-color css

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

 a { background-color: rgb(242,93,131); }

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

border-color css

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

 span { border-color: rgb(242,93,131); }

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