Html Css Color HEX #F75289 French Rose

📋 copy color: '#F75289'

red 247 ◦ green 82 ◦ blue 137

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

Shades of French Rose #F75289

Tints of French Rose #F75289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.6%

 BLUE value IS 137 (53.91% from 255) = 29.4%

R = 53%
G = 17.6%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F75289 (or 0xF75289) is known color: French Rose. HEX triplet: F7, 52 and 89. RGB value is (247,82,137). Sum of RGB (Red+Green+Blue) = 247+82+137=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F75289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75289 is #08AD76. Grayscale: #898989. Windows color (decimal): -568695 or 8999671. OLE color: 8999671.

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

Color convert

RGB 247 82 137 -
CMYK 0 0.67 0.45 0.03
HSL 340º 0.91% 0.65% -
HSV(B) 340º 0.67% 0.97% -
XYZ 45.89 27.61 26.58 -
YUV 137.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 247 82 137 0 0.67 0.45 0.03 340 0.91 0.65
Hex F7 52 89 0 43 2D 3 154 5B 41
Octal 367 122 211 0 103 55 3 524 133 101
Binary 11110111 1010010 10001001 0 1000011 101101 11 101010100 1011011 1000001

Color Harmonies of #F75289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75289

Black with #F75289

Text Example


Text Example

White with #F75289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75289; }

 p { color: rgb(247,82,137); }

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

background-color css

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

 a { background-color: rgb(247,82,137); }

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

border-color css

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

 span { border-color: rgb(247,82,137); }

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