Html Css Color HEX #F35192 French Rose

📋 copy color: '#F35192'

red 243 ◦ green 81 ◦ blue 146

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

Shades of French Rose #F35192

Tints of French Rose #F35192

RGB

 RED value IS 243 (95.31% from 255) = 51.7%

 GREEN value IS 81 (32.03% from 255) = 17.23%

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

R = 51.7%
G = 17.23%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F35192 (or 0xF35192) is known color: French Rose. HEX triplet: F3, 51 and 92. RGB value is (243,81,146). Sum of RGB (Red+Green+Blue) = 243+81+146=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F35192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35192 is #0CAE6D. Grayscale: #888888. Windows color (decimal): -831086 or 9589235. OLE color: 9589235.

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

Color convert

RGB 243 81 146 -
CMYK 0 0.67 0.40 0.05
HSL 335.93º 0.87% 0.64% -
HSV(B) 335.93º 0.67% 0.95% -
XYZ 45.09 27.01 30.03 -
YUV 136.85 133.17 203.71 -
System Red Green Blue C M Y K H S L
Decimal 243 81 146 0 0.67 0.40 0.05 335.93 0.87 0.64
Hex F3 51 92 0 43 28 5 150 57 40
Octal 363 121 222 0 103 50 5 520 127 100
Binary 11110011 1010001 10010010 0 1000011 101000 101 101010000 1010111 1000000

Color Harmonies of #F35192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35192

Black with #F35192

Text Example


Text Example

White with #F35192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35192; }

 p { color: rgb(243,81,146); }

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

background-color css

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

 a { background-color: rgb(243,81,146); }

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

border-color css

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

 span { border-color: rgb(243,81,146); }

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