Html Css Color HEX #F05592 French Rose

📋 copy color: '#F05592'

red 240 ◦ green 85 ◦ blue 146

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

Shades of French Rose #F05592

Tints of French Rose #F05592

RGB

 RED value IS 240 (94.14% from 255) = 50.96%

 GREEN value IS 85 (33.59% from 255) = 18.05%

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

R = 50.96%
G = 18.05%
B = 31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F05592 (or 0xF05592) is known color: French Rose. HEX triplet: F0, 55 and 92. RGB value is (240,85,146). Sum of RGB (Red+Green+Blue) = 240+85+146=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F05592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05592 is #0FAA6D. Grayscale: #8A8A8A. Windows color (decimal): -1026670 or 9590256. OLE color: 9590256.

HSL color Cylindrical-coordinate representation of color #F05592: hue angle of 336.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05592 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 146 -
CMYK 0 0.65 0.39 0.06
HSL 336.39º 0.84% 0.64% -
HSV(B) 336.39º 0.65% 0.94% -
XYZ 44.37 27.1 30.09 -
YUV 138.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 240 85 146 0 0.65 0.39 0.06 336.39 0.84 0.64
Hex F0 55 92 0 41 27 6 150 54 40
Octal 360 125 222 0 101 47 6 520 124 100
Binary 11110000 1010101 10010010 0 1000001 100111 110 101010000 1010100 1000000

Color Harmonies of #F05592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05592

Black with #F05592

Text Example


Text Example

White with #F05592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05592; }

 p { color: rgb(240,85,146); }

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

background-color css

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

 a { background-color: rgb(240,85,146); }

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

border-color css

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

 span { border-color: rgb(240,85,146); }

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