Html Css Color HEX #F082C5 Tea Rose

📋 copy color: '#F082C5'

red 240 ◦ green 130 ◦ blue 197

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

Shades of Tea Rose #F082C5

Tints of Tea Rose #F082C5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.93%

 BLUE value IS 197 (77.34% from 255) = 34.74%

R = 42.33%
G = 22.93%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F082C5 (or 0xF082C5) is known color: Tea Rose. HEX triplet: F0, 82 and C5. RGB value is (240,130,197). Sum of RGB (Red+Green+Blue) = 240+130+197=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F082C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082C5 is #0F7D3A. Grayscale: #AAAAAA. Windows color (decimal): -1015099 or 12944112. OLE color: 12944112.

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

Color convert

RGB 240 130 197 -
CMYK 0 0.46 0.18 0.06
HSL 323.45º 0.79% 0.73% -
HSV(B) 323.45º 0.46% 0.94% -
XYZ 54 38.52 57.41 -
YUV 170.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 240 130 197 0 0.46 0.18 0.06 323.45 0.79 0.73
Hex F0 82 C5 0 2E 12 6 143 4F 49
Octal 360 202 305 0 56 22 6 503 117 111
Binary 11110000 10000010 11000101 0 101110 10010 110 101000011 1001111 1001001

Color Harmonies of #F082C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082C5

Black with #F082C5

Text Example


Text Example

White with #F082C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082C5; }

 p { color: rgb(240,130,197); }

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

background-color css

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

 a { background-color: rgb(240,130,197); }

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

border-color css

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

 span { border-color: rgb(240,130,197); }

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