Html Css Color HEX #F25C8A Dark Pink

📋 copy color: '#F25C8A'

red 242 ◦ green 92 ◦ blue 138

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

Shades of Dark Pink #F25C8A

Tints of Dark Pink #F25C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 51.27%
G = 19.49%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F25C8A (or 0xF25C8A) is known color: Dark Pink. HEX triplet: F2, 5C and 8A. RGB value is (242,92,138). Sum of RGB (Red+Green+Blue) = 242+92+138=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C8A is #0DA375. Grayscale: #8E8E8E. Windows color (decimal): -893814 or 9067762. OLE color: 9067762.

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

Color convert

RGB 242 92 138 -
CMYK 0 0.62 0.43 0.05
HSL 341.6º 0.85% 0.65% -
HSV(B) 341.6º 0.62% 0.95% -
XYZ 45.03 28.37 27.15 -
YUV 142.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 242 92 138 0 0.62 0.43 0.05 341.6 0.85 0.65
Hex F2 5C 8A 0 3E 2B 5 156 55 41
Octal 362 134 212 0 76 53 5 526 125 101
Binary 11110010 1011100 10001010 0 111110 101011 101 101010110 1010101 1000001

Color Harmonies of #F25C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C8A

Black with #F25C8A

Text Example


Text Example

White with #F25C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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