Html Css Color HEX #F25990 French Rose

📋 copy color: '#F25990'

red 242 ◦ green 89 ◦ blue 144

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

Shades of French Rose #F25990

Tints of French Rose #F25990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.32%

R = 50.95%
G = 18.74%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25990 (or 0xF25990) is known color: French Rose. HEX triplet: F2, 59 and 90. RGB value is (242,89,144). Sum of RGB (Red+Green+Blue) = 242+89+144=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F25990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25990 is #0DA66F. Grayscale: #8C8C8C. Windows color (decimal): -894576 or 9460210. OLE color: 9460210.

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

Color convert

RGB 242 89 144 -
CMYK 0 0.63 0.40 0.05
HSL 338.43º 0.85% 0.65% -
HSV(B) 338.43º 0.63% 0.95% -
XYZ 45.22 28.04 29.41 -
YUV 141.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 242 89 144 0 0.63 0.40 0.05 338.43 0.85 0.65
Hex F2 59 90 0 3F 28 5 152 55 41
Octal 362 131 220 0 77 50 5 522 125 101
Binary 11110010 1011001 10010000 0 111111 101000 101 101010010 1010101 1000001

Color Harmonies of #F25990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25990

Black with #F25990

Text Example


Text Example

White with #F25990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25990; }

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

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

background-color css

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

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

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

border-color css

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

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

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