Html Css Color HEX #F25282 Dark Pink

📋 copy color: '#F25282'

red 242 ◦ green 82 ◦ blue 130

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

Shades of Dark Pink #F25282

Tints of Dark Pink #F25282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.06%

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

R = 53.3%
G = 18.06%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F25282 (or 0xF25282) is known color: Dark Pink. HEX triplet: F2, 52 and 82. RGB value is (242,82,130). Sum of RGB (Red+Green+Blue) = 242+82+130=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F25282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25282 is #0DAD7D. Grayscale: #878787. Windows color (decimal): -896382 or 8540914. OLE color: 8540914.

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

Color convert

RGB 242 82 130 -
CMYK 0 0.66 0.46 0.05
HSL 342º 0.86% 0.64% -
HSV(B) 342º 0.66% 0.95% -
XYZ 43.66 26.52 23.94 -
YUV 135.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 242 82 130 0 0.66 0.46 0.05 342 0.86 0.64
Hex F2 52 82 0 42 2E 5 156 56 40
Octal 362 122 202 0 102 56 5 526 126 100
Binary 11110010 1010010 10000010 0 1000010 101110 101 101010110 1010110 1000000

Color Harmonies of #F25282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25282

Black with #F25282

Text Example


Text Example

White with #F25282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25282; }

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

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

background-color css

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

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

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

border-color css

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

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

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