Html Css Color HEX #F25683 Dark Pink

📋 copy color: '#F25683'

red 242 ◦ green 86 ◦ blue 131

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

Shades of Dark Pink #F25683

Tints of Dark Pink #F25683

RGB

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

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

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

R = 52.72%
G = 18.74%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F25683 (or 0xF25683) is known color: Dark Pink. HEX triplet: F2, 56 and 83. RGB value is (242,86,131). Sum of RGB (Red+Green+Blue) = 242+86+131=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F25683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25683 is #0DA97C. Grayscale: #898989. Windows color (decimal): -895357 or 8607474. OLE color: 8607474.

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

Color convert

RGB 242 86 131 -
CMYK 0 0.64 0.46 0.05
HSL 342.69º 0.86% 0.64% -
HSV(B) 342.69º 0.64% 0.95% -
XYZ 44.04 27.17 24.4 -
YUV 137.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 242 86 131 0 0.64 0.46 0.05 342.69 0.86 0.64
Hex F2 56 83 0 40 2E 5 157 56 40
Octal 362 126 203 0 100 56 5 527 126 100
Binary 11110010 1010110 10000011 0 1000000 101110 101 101010111 1010110 1000000

Color Harmonies of #F25683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25683

Black with #F25683

Text Example


Text Example

White with #F25683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25683; }

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

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

background-color css

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

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

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

border-color css

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

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

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