Html Css Color HEX #F25684 Dark Pink

📋 copy color: '#F25684'

red 242 ◦ green 86 ◦ blue 132

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

Shades of Dark Pink #F25684

Tints of Dark Pink #F25684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.7%

R = 52.61%
G = 18.7%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F25684 (or 0xF25684) is known color: Dark Pink. HEX triplet: F2, 56 and 84. RGB value is (242,86,132). Sum of RGB (Red+Green+Blue) = 242+86+132=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F25684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25684 is #0DA97B. Grayscale: #898989. Windows color (decimal): -895356 or 8673010. OLE color: 8673010.

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

Color convert

RGB 242 86 132 -
CMYK 0 0.64 0.45 0.05
HSL 342.31º 0.86% 0.64% -
HSV(B) 342.31º 0.64% 0.95% -
XYZ 44.11 27.2 24.75 -
YUV 137.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 242 86 132 0 0.64 0.45 0.05 342.31 0.86 0.64
Hex F2 56 84 0 40 2D 5 156 56 40
Octal 362 126 204 0 100 55 5 526 126 100
Binary 11110010 1010110 10000100 0 1000000 101101 101 101010110 1010110 1000000

Color Harmonies of #F25684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25684

Black with #F25684

Text Example


Text Example

White with #F25684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25684; }

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

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

background-color css

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

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

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

border-color css

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

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

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