Html Css Color HEX #F88CCF Tea Rose

📋 copy color: '#F88CCF'

red 248 ◦ green 140 ◦ blue 207

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

Shades of Tea Rose #F88CCF

Tints of Tea Rose #F88CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.53%

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

R = 41.68%
G = 23.53%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F88CCF (or 0xF88CCF) is known color: Tea Rose. HEX triplet: F8, 8C and CF. RGB value is (248,140,207). Sum of RGB (Red+Green+Blue) = 248+140+207=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CCF is #077330. Grayscale: #B3B3B3. Windows color (decimal): -488241 or 13602040. OLE color: 13602040.

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

Color convert

RGB 248 140 207 -
CMYK 0 0.44 0.17 0.03
HSL 322.78º 0.89% 0.76% -
HSV(B) 322.78º 0.44% 0.97% -
XYZ 59.35 43.22 64.25 -
YUV 179.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 248 140 207 0 0.44 0.17 0.03 322.78 0.89 0.76
Hex F8 8C CF 0 2C 11 3 143 59 4C
Octal 370 214 317 0 54 21 3 503 131 114
Binary 11111000 10001100 11001111 0 101100 10001 11 101000011 1011001 1001100

Color Harmonies of #F88CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88CCF

Black with #F88CCF

Text Example


Text Example

White with #F88CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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