Html Css Color HEX #F25383 Dark Pink

📋 copy color: '#F25383'

red 242 ◦ green 83 ◦ blue 131

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

Shades of Dark Pink #F25383

Tints of Dark Pink #F25383

RGB

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

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

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

R = 53.07%
G = 18.2%
B = 28.73%

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

#F25383 (or 0xF25383) is known color: Dark Pink. HEX triplet: F2, 53 and 83. RGB value is (242,83,131). Sum of RGB (Red+Green+Blue) = 242+83+131=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F25383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25383 is #0DAC7C. Grayscale: #878787. Windows color (decimal): -896125 or 8606706. OLE color: 8606706.

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

Color convert

RGB 242 83 131 -
CMYK 0 0.66 0.46 0.05
HSL 341.89º 0.86% 0.64% -
HSV(B) 341.89º 0.66% 0.95% -
XYZ 43.81 26.7 24.32 -
YUV 136.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 242 83 131 0 0.66 0.46 0.05 341.89 0.86 0.64
Hex F2 53 83 0 42 2E 5 156 56 40
Octal 362 123 203 0 102 56 5 526 126 100
Binary 11110010 1010011 10000011 0 1000010 101110 101 101010110 1010110 1000000

Color Harmonies of #F25383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25383

Black with #F25383

Text Example


Text Example

White with #F25383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25383; }

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

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

background-color css

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

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

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

border-color css

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

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

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