Html Css Color HEX #F16093 French Rose

📋 copy color: '#F16093'

red 241 ◦ green 96 ◦ blue 147

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

Shades of French Rose #F16093

Tints of French Rose #F16093

RGB

 RED value IS 241 (94.53% from 255) = 49.79%

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

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 49.79%
G = 19.83%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F16093 (or 0xF16093) is known color: French Rose. HEX triplet: F1, 60 and 93. RGB value is (241,96,147). Sum of RGB (Red+Green+Blue) = 241+96+147=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F16093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16093 is #0E9F6C. Grayscale: #919191. Windows color (decimal): -958317 or 9658609. OLE color: 9658609.

HSL color Cylindrical-coordinate representation of color #F16093: hue angle of 338.9º degrees, saturation: 0.84, 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 #F16093 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 147 -
CMYK 0 0.60 0.39 0.05
HSL 338.9º 0.84% 0.66% -
HSV(B) 338.9º 0.6% 0.95% -
XYZ 45.72 29.17 30.82 -
YUV 145.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 241 96 147 0 0.60 0.39 0.05 338.9 0.84 0.66
Hex F1 60 93 0 3C 27 5 153 54 42
Octal 361 140 223 0 74 47 5 523 124 102
Binary 11110001 1100000 10010011 0 111100 100111 101 101010011 1010100 1000010

Color Harmonies of #F16093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16093

Black with #F16093

Text Example


Text Example

White with #F16093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16093; }

 p { color: rgb(241,96,147); }

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

background-color css

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

 a { background-color: rgb(241,96,147); }

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

border-color css

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

 span { border-color: rgb(241,96,147); }

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