Html Css Color HEX #F884CF Tea Rose

📋 copy color: '#F884CF'

red 248 ◦ green 132 ◦ blue 207

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

Shades of Tea Rose #F884CF

Tints of Tea Rose #F884CF

RGB

 RED value IS 248 (97.27% from 255) = 42.25%

 GREEN value IS 132 (51.95% from 255) = 22.49%

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

R = 42.25%
G = 22.49%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F884CF (or 0xF884CF) is known color: Tea Rose. HEX triplet: F8, 84 and CF. RGB value is (248,132,207). Sum of RGB (Red+Green+Blue) = 248+132+207=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F884CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884CF is #077B30. Grayscale: #AFAFAF. Windows color (decimal): -490289 or 13599992. OLE color: 13599992.

HSL color Cylindrical-coordinate representation of color #F884CF: hue angle of 321.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884CF is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 132 207 -
CMYK 0 0.47 0.17 0.03
HSL 321.21º 0.89% 0.75% -
HSV(B) 321.21º 0.47% 0.97% -
XYZ 58.23 40.96 63.87 -
YUV 175.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 248 132 207 0 0.47 0.17 0.03 321.21 0.89 0.75
Hex F8 84 CF 0 2F 11 3 141 59 4B
Octal 370 204 317 0 57 21 3 501 131 113
Binary 11111000 10000100 11001111 0 101111 10001 11 101000001 1011001 1001011

Color Harmonies of #F884CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884CF

Black with #F884CF

Text Example


Text Example

White with #F884CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884CF; }

 p { color: rgb(248,132,207); }

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

background-color css

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

 a { background-color: rgb(248,132,207); }

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

border-color css

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

 span { border-color: rgb(248,132,207); }

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