Html Css Color HEX #F05085 French Rose

📋 copy color: '#F05085'

red 240 ◦ green 80 ◦ blue 133

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

Shades of French Rose #F05085

Tints of French Rose #F05085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

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

R = 52.98%
G = 17.66%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F05085 (or 0xF05085) is known color: French Rose. HEX triplet: F0, 50 and 85. RGB value is (240,80,133). Sum of RGB (Red+Green+Blue) = 240+80+133=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F05085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05085 is #0FAF7A. Grayscale: #858585. Windows color (decimal): -1027963 or 8737008. OLE color: 8737008.

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

Color convert

RGB 240 80 133 -
CMYK 0 0.67 0.45 0.06
HSL 340.13º 0.84% 0.63% -
HSV(B) 340.13º 0.67% 0.94% -
XYZ 43.04 25.96 24.93 -
YUV 133.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 240 80 133 0 0.67 0.45 0.06 340.13 0.84 0.63
Hex F0 50 85 0 43 2D 6 154 54 3F
Octal 360 120 205 0 103 55 6 524 124 77
Binary 11110000 1010000 10000101 0 1000011 101101 110 101010100 1010100 111111

Color Harmonies of #F05085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05085

Black with #F05085

Text Example


Text Example

White with #F05085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05085; }

 p { color: rgb(240,80,133); }

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

background-color css

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

 a { background-color: rgb(240,80,133); }

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

border-color css

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

 span { border-color: rgb(240,80,133); }

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