Html Css Color HEX #F25C8C Dark Pink

📋 copy color: '#F25C8C'

red 242 ◦ green 92 ◦ blue 140

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

Shades of Dark Pink #F25C8C

Tints of Dark Pink #F25C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.41%

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 51.05%
G = 19.41%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F25C8C (or 0xF25C8C) is known color: Dark Pink. HEX triplet: F2, 5C and 8C. RGB value is (242,92,140). Sum of RGB (Red+Green+Blue) = 242+92+140=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C8C is #0DA373. Grayscale: #8E8E8E. Windows color (decimal): -893812 or 9198834. OLE color: 9198834.

HSL color Cylindrical-coordinate representation of color #F25C8C: hue angle of 340.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25C8C is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 92 140 -
CMYK 0 0.62 0.42 0.05
HSL 340.8º 0.85% 0.65% -
HSV(B) 340.8º 0.62% 0.95% -
XYZ 45.18 28.42 27.92 -
YUV 142.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 242 92 140 0 0.62 0.42 0.05 340.8 0.85 0.65
Hex F2 5C 8C 0 3E 2A 5 155 55 41
Octal 362 134 214 0 76 52 5 525 125 101
Binary 11110010 1011100 10001100 0 111110 101010 101 101010101 1010101 1000001

Color Harmonies of #F25C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C8C

Black with #F25C8C

Text Example


Text Example

White with #F25C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C8C; }

 p { color: rgb(242,92,140); }

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

background-color css

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

 a { background-color: rgb(242,92,140); }

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

border-color css

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

 span { border-color: rgb(242,92,140); }

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