Html Css Color HEX #F25E90 French Rose

📋 copy color: '#F25E90'

red 242 ◦ green 94 ◦ blue 144

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

Shades of French Rose #F25E90

Tints of French Rose #F25E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

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

R = 50.42%
G = 19.58%
B = 30%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25E90 (or 0xF25E90) is known color: French Rose. HEX triplet: F2, 5E and 90. RGB value is (242,94,144). Sum of RGB (Red+Green+Blue) = 242+94+144=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25E90 is #0DA16F. Grayscale: #8F8F8F. Windows color (decimal): -893296 or 9461490. OLE color: 9461490.

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

Color convert

RGB 242 94 144 -
CMYK 0 0.61 0.40 0.05
HSL 339.73º 0.85% 0.66% -
HSV(B) 339.73º 0.61% 0.95% -
XYZ 45.65 28.9 29.56 -
YUV 143.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 242 94 144 0 0.61 0.40 0.05 339.73 0.85 0.66
Hex F2 5E 90 0 3D 28 5 154 55 42
Octal 362 136 220 0 75 50 5 524 125 102
Binary 11110010 1011110 10010000 0 111101 101000 101 101010100 1010101 1000010

Color Harmonies of #F25E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25E90

Black with #F25E90

Text Example


Text Example

White with #F25E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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