Html Css Color HEX #F25283 Dark Pink

📋 copy color: '#F25283'

red 242 ◦ green 82 ◦ blue 131

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

Shades of Dark Pink #F25283

Tints of Dark Pink #F25283

RGB

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

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

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

R = 53.19%
G = 18.02%
B = 28.79%

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

#F25283 (or 0xF25283) is known color: Dark Pink. HEX triplet: F2, 52 and 83. RGB value is (242,82,131). Sum of RGB (Red+Green+Blue) = 242+82+131=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F25283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25283 is #0DAD7C. Grayscale: #878787. Windows color (decimal): -896381 or 8606450. OLE color: 8606450.

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

Color convert

RGB 242 82 131 -
CMYK 0 0.66 0.46 0.05
HSL 341.63º 0.86% 0.64% -
HSV(B) 341.63º 0.66% 0.95% -
XYZ 43.73 26.55 24.29 -
YUV 135.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 242 82 131 0 0.66 0.46 0.05 341.63 0.86 0.64
Hex F2 52 83 0 42 2E 5 156 56 40
Octal 362 122 203 0 102 56 5 526 126 100
Binary 11110010 1010010 10000011 0 1000010 101110 101 101010110 1010110 1000000

Color Harmonies of #F25283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25283

Black with #F25283

Text Example


Text Example

White with #F25283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25283; }

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

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

background-color css

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

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

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

border-color css

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

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

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