Html Css Color HEX #F083CF Tea Rose

📋 copy color: '#F083CF'

red 240 ◦ green 131 ◦ blue 207

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

Shades of Tea Rose #F083CF

Tints of Tea Rose #F083CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.66%

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

R = 41.52%
G = 22.66%
B = 35.81%

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

#F083CF (or 0xF083CF) is known color: Tea Rose. HEX triplet: F0, 83 and CF. RGB value is (240,131,207). Sum of RGB (Red+Green+Blue) = 240+131+207=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F083CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083CF is #0F7C30. Grayscale: #ACACAC. Windows color (decimal): -1014833 or 13599728. OLE color: 13599728.

HSL color Cylindrical-coordinate representation of color #F083CF: hue angle of 318.17º 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 #F083CF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 207 -
CMYK 0 0.45 0.14 0.06
HSL 318.17º 0.78% 0.73% -
HSV(B) 318.17º 0.45% 0.94% -
XYZ 55.31 39.26 63.69 -
YUV 172.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 240 131 207 0 0.45 0.14 0.06 318.17 0.78 0.73
Hex F0 83 CF 0 2D E 6 13E 4E 49
Octal 360 203 317 0 55 16 6 476 116 111
Binary 11110000 10000011 11001111 0 101101 1110 110 100111110 1001110 1001001

Color Harmonies of #F083CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083CF

Black with #F083CF

Text Example


Text Example

White with #F083CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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