Html Css Color HEX #F082C8 Tea Rose

📋 copy color: '#F082C8'

red 240 ◦ green 130 ◦ blue 200

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

Shades of Tea Rose #F082C8

Tints of Tea Rose #F082C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.09%

R = 42.11%
G = 22.81%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F082C8 (or 0xF082C8) is known color: Tea Rose. HEX triplet: F0, 82 and C8. RGB value is (240,130,200). Sum of RGB (Red+Green+Blue) = 240+130+200=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F082C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082C8 is #0F7D37. Grayscale: #AAAAAA. Windows color (decimal): -1015096 or 13140720. OLE color: 13140720.

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

Color convert

RGB 240 130 200 -
CMYK 0 0.46 0.17 0.06
HSL 321.82º 0.79% 0.73% -
HSV(B) 321.82º 0.46% 0.94% -
XYZ 54.34 38.66 59.24 -
YUV 170.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 240 130 200 0 0.46 0.17 0.06 321.82 0.79 0.73
Hex F0 82 C8 0 2E 11 6 142 4F 49
Octal 360 202 310 0 56 21 6 502 117 111
Binary 11110000 10000010 11001000 0 101110 10001 110 101000010 1001111 1001001

Color Harmonies of #F082C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082C8

Black with #F082C8

Text Example


Text Example

White with #F082C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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