Html Css Color HEX #F25680 Dark Pink

📋 copy color: '#F25680'

red 242 ◦ green 86 ◦ blue 128

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

Shades of Dark Pink #F25680

Tints of Dark Pink #F25680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.86%

 BLUE value IS 128 (50.39% from 255) = 28.07%

R = 53.07%
G = 18.86%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F25680 (or 0xF25680) is known color: Dark Pink. HEX triplet: F2, 56 and 80. RGB value is (242,86,128). Sum of RGB (Red+Green+Blue) = 242+86+128=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F25680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25680 is #0DA97F. Grayscale: #898989. Windows color (decimal): -895360 or 8410866. OLE color: 8410866.

HSL color Cylindrical-coordinate representation of color #F25680: hue angle of 343.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25680 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 128 -
CMYK 0 0.64 0.47 0.05
HSL 343.85º 0.86% 0.64% -
HSV(B) 343.85º 0.64% 0.95% -
XYZ 43.84 27.09 23.34 -
YUV 137.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 242 86 128 0 0.64 0.47 0.05 343.85 0.86 0.64
Hex F2 56 80 0 40 2F 5 158 56 40
Octal 362 126 200 0 100 57 5 530 126 100
Binary 11110010 1010110 10000000 0 1000000 101111 101 101011000 1010110 1000000

Color Harmonies of #F25680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25680

Black with #F25680

Text Example


Text Example

White with #F25680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25680; }

 p { color: rgb(242,86,128); }

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

background-color css

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

 a { background-color: rgb(242,86,128); }

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

border-color css

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

 span { border-color: rgb(242,86,128); }

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