Html Css Color HEX #F75892 French Rose

📋 copy color: '#F75892'

red 247 ◦ green 88 ◦ blue 146

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

Shades of French Rose #F75892

Tints of French Rose #F75892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.3%

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

R = 51.35%
G = 18.3%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F75892 (or 0xF75892) is known color: French Rose. HEX triplet: F7, 58 and 92. RGB value is (247,88,146). Sum of RGB (Red+Green+Blue) = 247+88+146=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F75892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75892 is #08A76D. Grayscale: #8E8E8E. Windows color (decimal): -567150 or 9591031. OLE color: 9591031.

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

Color convert

RGB 247 88 146 -
CMYK 0 0.64 0.41 0.03
HSL 338.11º 0.91% 0.66% -
HSV(B) 338.11º 0.64% 0.97% -
XYZ 47.04 28.83 30.28 -
YUV 142.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 247 88 146 0 0.64 0.41 0.03 338.11 0.91 0.66
Hex F7 58 92 0 40 29 3 152 5B 42
Octal 367 130 222 0 100 51 3 522 133 102
Binary 11110111 1011000 10010010 0 1000000 101001 11 101010010 1011011 1000010

Color Harmonies of #F75892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75892

Black with #F75892

Text Example


Text Example

White with #F75892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75892; }

 p { color: rgb(247,88,146); }

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

background-color css

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

 a { background-color: rgb(247,88,146); }

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

border-color css

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

 span { border-color: rgb(247,88,146); }

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