Html Css Color HEX #F25681 Dark Pink

📋 copy color: '#F25681'

red 242 ◦ green 86 ◦ blue 129

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

Shades of Dark Pink #F25681

Tints of Dark Pink #F25681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.23%

R = 52.95%
G = 18.82%
B = 28.23%

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

#F25681 (or 0xF25681) is known color: Dark Pink. HEX triplet: F2, 56 and 81. RGB value is (242,86,129). Sum of RGB (Red+Green+Blue) = 242+86+129=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F25681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25681 is #0DA97E. Grayscale: #898989. Windows color (decimal): -895359 or 8476402. OLE color: 8476402.

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

Color convert

RGB 242 86 129 -
CMYK 0 0.64 0.47 0.05
HSL 343.46º 0.86% 0.64% -
HSV(B) 343.46º 0.64% 0.95% -
XYZ 43.91 27.12 23.69 -
YUV 137.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 242 86 129 0 0.64 0.47 0.05 343.46 0.86 0.64
Hex F2 56 81 0 40 2F 5 157 56 40
Octal 362 126 201 0 100 57 5 527 126 100
Binary 11110010 1010110 10000001 0 1000000 101111 101 101010111 1010110 1000000

Color Harmonies of #F25681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25681

Black with #F25681

Text Example


Text Example

White with #F25681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25681; }

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

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

background-color css

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

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

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

border-color css

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

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

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