Html Css Color HEX #F35185 French Rose

📋 copy color: '#F35185'

red 243 ◦ green 81 ◦ blue 133

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

Shades of French Rose #F35185

Tints of French Rose #F35185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 53.17%
G = 17.72%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F35185 (or 0xF35185) is known color: French Rose. HEX triplet: F3, 51 and 85. RGB value is (243,81,133). Sum of RGB (Red+Green+Blue) = 243+81+133=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F35185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35185 is #0CAE7A. Grayscale: #878787. Windows color (decimal): -831099 or 8737267. OLE color: 8737267.

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

Color convert

RGB 243 81 133 -
CMYK 0 0.67 0.45 0.05
HSL 340.74º 0.87% 0.64% -
HSV(B) 340.74º 0.67% 0.95% -
XYZ 44.14 26.63 25 -
YUV 135.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 243 81 133 0 0.67 0.45 0.05 340.74 0.87 0.64
Hex F3 51 85 0 43 2D 5 155 57 40
Octal 363 121 205 0 103 55 5 525 127 100
Binary 11110011 1010001 10000101 0 1000011 101101 101 101010101 1010111 1000000

Color Harmonies of #F35185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35185

Black with #F35185

Text Example


Text Example

White with #F35185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35185; }

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

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

background-color css

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

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

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

border-color css

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

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

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