Html Css Color HEX #F25B90 French Rose

📋 copy color: '#F25B90'

red 242 ◦ green 91 ◦ blue 144

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

Shades of French Rose #F25B90

Tints of French Rose #F25B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.08%

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

R = 50.73%
G = 19.08%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25B90 (or 0xF25B90) is known color: French Rose. HEX triplet: F2, 5B and 90. RGB value is (242,91,144). Sum of RGB (Red+Green+Blue) = 242+91+144=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B90 is #0DA46F. Grayscale: #8E8E8E. Windows color (decimal): -894064 or 9460722. OLE color: 9460722.

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

Color convert

RGB 242 91 144 -
CMYK 0 0.62 0.40 0.05
HSL 338.94º 0.85% 0.65% -
HSV(B) 338.94º 0.62% 0.95% -
XYZ 45.39 28.37 29.47 -
YUV 142.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 242 91 144 0 0.62 0.40 0.05 338.94 0.85 0.65
Hex F2 5B 90 0 3E 28 5 153 55 41
Octal 362 133 220 0 76 50 5 523 125 101
Binary 11110010 1011011 10010000 0 111110 101000 101 101010011 1010101 1000001

Color Harmonies of #F25B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B90

Black with #F25B90

Text Example


Text Example

White with #F25B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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