Html Css Color HEX #F26092 French Rose

📋 copy color: '#F26092'

red 242 ◦ green 96 ◦ blue 146

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

Shades of French Rose #F26092

Tints of French Rose #F26092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.83%

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 50%
G = 19.83%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F26092 (or 0xF26092) is known color: French Rose. HEX triplet: F2, 60 and 92. RGB value is (242,96,146). Sum of RGB (Red+Green+Blue) = 242+96+146=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F26092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26092 is #0D9F6D. Grayscale: #919191. Windows color (decimal): -892782 or 9593074. OLE color: 9593074.

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

Color convert

RGB 242 96 146 -
CMYK 0 0.60 0.40 0.05
HSL 339.45º 0.85% 0.66% -
HSV(B) 339.45º 0.6% 0.95% -
XYZ 45.99 29.32 30.43 -
YUV 145.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 242 96 146 0 0.60 0.40 0.05 339.45 0.85 0.66
Hex F2 60 92 0 3C 28 5 153 55 42
Octal 362 140 222 0 74 50 5 523 125 102
Binary 11110010 1100000 10010010 0 111100 101000 101 101010011 1010101 1000010

Color Harmonies of #F26092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26092

Black with #F26092

Text Example


Text Example

White with #F26092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26092; }

 p { color: rgb(242,96,146); }

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

background-color css

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

 a { background-color: rgb(242,96,146); }

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

border-color css

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

 span { border-color: rgb(242,96,146); }

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