Html Css Color HEX #F25381 Dark Pink

📋 copy color: '#F25381'

red 242 ◦ green 83 ◦ blue 129

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

Shades of Dark Pink #F25381

Tints of Dark Pink #F25381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.28%

 BLUE value IS 129 (50.78% from 255) = 28.41%

R = 53.3%
G = 18.28%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F25381 (or 0xF25381) is known color: Dark Pink. HEX triplet: F2, 53 and 81. RGB value is (242,83,129). Sum of RGB (Red+Green+Blue) = 242+83+129=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F25381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25381 is #0DAC7E. Grayscale: #878787. Windows color (decimal): -896127 or 8475634. OLE color: 8475634.

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

Color convert

RGB 242 83 129 -
CMYK 0 0.66 0.47 0.05
HSL 342.64º 0.86% 0.64% -
HSV(B) 342.64º 0.66% 0.95% -
XYZ 43.67 26.65 23.61 -
YUV 135.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 242 83 129 0 0.66 0.47 0.05 342.64 0.86 0.64
Hex F2 53 81 0 42 2F 5 157 56 40
Octal 362 123 201 0 102 57 5 527 126 100
Binary 11110010 1010011 10000001 0 1000010 101111 101 101010111 1010110 1000000

Color Harmonies of #F25381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25381

Black with #F25381

Text Example


Text Example

White with #F25381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25381; }

 p { color: rgb(242,83,129); }

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

background-color css

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

 a { background-color: rgb(242,83,129); }

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

border-color css

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

 span { border-color: rgb(242,83,129); }

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