Html Css Color HEX #F25783 Dark Pink

📋 copy color: '#F25783'

red 242 ◦ green 87 ◦ blue 131

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

Shades of Dark Pink #F25783

Tints of Dark Pink #F25783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.91%

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

R = 52.61%
G = 18.91%
B = 28.48%

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

#F25783 (or 0xF25783) is known color: Dark Pink. HEX triplet: F2, 57 and 83. RGB value is (242,87,131). Sum of RGB (Red+Green+Blue) = 242+87+131=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F25783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25783 is #0DA87C. Grayscale: #8A8A8A. Windows color (decimal): -895101 or 8607730. OLE color: 8607730.

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

Color convert

RGB 242 87 131 -
CMYK 0 0.64 0.46 0.05
HSL 342.97º 0.86% 0.65% -
HSV(B) 342.97º 0.64% 0.95% -
XYZ 44.12 27.33 24.42 -
YUV 138.36 123.85 201.92 -
System Red Green Blue C M Y K H S L
Decimal 242 87 131 0 0.64 0.46 0.05 342.97 0.86 0.65
Hex F2 57 83 0 40 2E 5 157 56 41
Octal 362 127 203 0 100 56 5 527 126 101
Binary 11110010 1010111 10000011 0 1000000 101110 101 101010111 1010110 1000001

Color Harmonies of #F25783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25783

Black with #F25783

Text Example


Text Example

White with #F25783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25783; }

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

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

background-color css

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

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

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

border-color css

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

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

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