Html Css Color HEX #F25882 Dark Pink

📋 copy color: '#F25882'

red 242 ◦ green 88 ◦ blue 130

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

Shades of Dark Pink #F25882

Tints of Dark Pink #F25882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.13%

 BLUE value IS 130 (51.17% from 255) = 28.26%

R = 52.61%
G = 19.13%
B = 28.26%

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

#F25882 (or 0xF25882) is known color: Dark Pink. HEX triplet: F2, 58 and 82. RGB value is (242,88,130). Sum of RGB (Red+Green+Blue) = 242+88+130=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F25882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25882 is #0DA77D. Grayscale: #8A8A8A. Windows color (decimal): -894846 or 8542450. OLE color: 8542450.

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

Color convert

RGB 242 88 130 -
CMYK 0 0.64 0.46 0.05
HSL 343.64º 0.86% 0.65% -
HSV(B) 343.64º 0.64% 0.95% -
XYZ 44.14 27.47 24.09 -
YUV 138.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 242 88 130 0 0.64 0.46 0.05 343.64 0.86 0.65
Hex F2 58 82 0 40 2E 5 158 56 41
Octal 362 130 202 0 100 56 5 530 126 101
Binary 11110010 1011000 10000010 0 1000000 101110 101 101011000 1010110 1000001

Color Harmonies of #F25882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25882

Black with #F25882

Text Example


Text Example

White with #F25882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25882; }

 p { color: rgb(242,88,130); }

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

background-color css

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

 a { background-color: rgb(242,88,130); }

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

border-color css

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

 span { border-color: rgb(242,88,130); }

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