Html Css Color HEX #F085CF Tea Rose

📋 copy color: '#F085CF'

red 240 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #F085CF

Tints of Tea Rose #F085CF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.93%

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 41.38%
G = 22.93%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F085CF (or 0xF085CF) is known color: Tea Rose. HEX triplet: F0, 85 and CF. RGB value is (240,133,207). Sum of RGB (Red+Green+Blue) = 240+133+207=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F085CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085CF is #0F7A30. Grayscale: #ADADAD. Windows color (decimal): -1014321 or 13600240. OLE color: 13600240.

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

Color convert

RGB 240 133 207 -
CMYK 0 0.45 0.14 0.06
HSL 318.5º 0.78% 0.73% -
HSV(B) 318.5º 0.45% 0.94% -
XYZ 55.59 39.81 63.79 -
YUV 173.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 240 133 207 0 0.45 0.14 0.06 318.5 0.78 0.73
Hex F0 85 CF 0 2D E 6 13F 4E 49
Octal 360 205 317 0 55 16 6 477 116 111
Binary 11110000 10000101 11001111 0 101101 1110 110 100111111 1001110 1001001

Color Harmonies of #F085CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085CF

Black with #F085CF

Text Example


Text Example

White with #F085CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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