Html Css Color HEX #F75183 French Rose

📋 copy color: '#F75183'

red 247 ◦ green 81 ◦ blue 131

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

Shades of French Rose #F75183

Tints of French Rose #F75183

RGB

 RED value IS 247 (96.88% from 255) = 53.81%

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

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 53.81%
G = 17.65%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F75183 (or 0xF75183) is known color: French Rose. HEX triplet: F7, 51 and 83. RGB value is (247,81,131). Sum of RGB (Red+Green+Blue) = 247+81+131=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F75183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75183 is #08AE7C. Grayscale: #888888. Windows color (decimal): -568957 or 8606199. OLE color: 8606199.

HSL color Cylindrical-coordinate representation of color #F75183: hue angle of 341.93º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F75183 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 81 131 -
CMYK 0 0.67 0.47 0.03
HSL 341.93º 0.91% 0.64% -
HSV(B) 341.93º 0.67% 0.97% -
XYZ 45.4 27.3 24.35 -
YUV 136.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 247 81 131 0 0.67 0.47 0.03 341.93 0.91 0.64
Hex F7 51 83 0 43 2F 3 156 5B 40
Octal 367 121 203 0 103 57 3 526 133 100
Binary 11110111 1010001 10000011 0 1000011 101111 11 101010110 1011011 1000000

Color Harmonies of #F75183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75183

Black with #F75183

Text Example


Text Example

White with #F75183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75183; }

 p { color: rgb(247,81,131); }

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

background-color css

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

 a { background-color: rgb(247,81,131); }

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

border-color css

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

 span { border-color: rgb(247,81,131); }

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