Html Css Color HEX #F2598D French Rose

📋 copy color: '#F2598D'

red 242 ◦ green 89 ◦ blue 141

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

Shades of French Rose #F2598D

Tints of French Rose #F2598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.86%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 51.27%
G = 18.86%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2598D (or 0xF2598D) is known color: French Rose. HEX triplet: F2, 59 and 8D. RGB value is (242,89,141). Sum of RGB (Red+Green+Blue) = 242+89+141=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2598D is #0DA672. Grayscale: #8C8C8C. Windows color (decimal): -894579 or 9263602. OLE color: 9263602.

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

Color convert

RGB 242 89 141 -
CMYK 0 0.63 0.42 0.05
HSL 339.61º 0.85% 0.65% -
HSV(B) 339.61º 0.63% 0.95% -
XYZ 45 27.95 28.22 -
YUV 140.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 242 89 141 0 0.63 0.42 0.05 339.61 0.85 0.65
Hex F2 59 8D 0 3F 2A 5 154 55 41
Octal 362 131 215 0 77 52 5 524 125 101
Binary 11110010 1011001 10001101 0 111111 101010 101 101010100 1010101 1000001

Color Harmonies of #F2598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2598D

Black with #F2598D

Text Example


Text Example

White with #F2598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2598D; }

 p { color: rgb(242,89,141); }

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

background-color css

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

 a { background-color: rgb(242,89,141); }

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

border-color css

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

 span { border-color: rgb(242,89,141); }

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