Html Css Color HEX #F25A8B Dark Pink

📋 copy color: '#F25A8B'

red 242 ◦ green 90 ◦ blue 139

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

Shades of Dark Pink #F25A8B

Tints of Dark Pink #F25A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.11%

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 51.38%
G = 19.11%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F25A8B (or 0xF25A8B) is known color: Dark Pink. HEX triplet: F2, 5A and 8B. RGB value is (242,90,139). Sum of RGB (Red+Green+Blue) = 242+90+139=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25A8B is #0DA574. Grayscale: #8C8C8C. Windows color (decimal): -894325 or 9132786. OLE color: 9132786.

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

Color convert

RGB 242 90 139 -
CMYK 0 0.63 0.43 0.05
HSL 340.66º 0.85% 0.65% -
HSV(B) 340.66º 0.63% 0.95% -
XYZ 44.93 28.05 27.47 -
YUV 141.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 242 90 139 0 0.63 0.43 0.05 340.66 0.85 0.65
Hex F2 5A 8B 0 3F 2B 5 155 55 41
Octal 362 132 213 0 77 53 5 525 125 101
Binary 11110010 1011010 10001011 0 111111 101011 101 101010101 1010101 1000001

Color Harmonies of #F25A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A8B

Black with #F25A8B

Text Example


Text Example

White with #F25A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A8B; }

 p { color: rgb(242,90,139); }

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

background-color css

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

 a { background-color: rgb(242,90,139); }

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

border-color css

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

 span { border-color: rgb(242,90,139); }

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