Html Css Color HEX #F883C6 Tea Rose

📋 copy color: '#F883C6'

red 248 ◦ green 131 ◦ blue 198

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

Shades of Tea Rose #F883C6

Tints of Tea Rose #F883C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.32%

R = 42.98%
G = 22.7%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F883C6 (or 0xF883C6) is known color: Tea Rose. HEX triplet: F8, 83 and C6. RGB value is (248,131,198). Sum of RGB (Red+Green+Blue) = 248+131+198=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F883C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883C6 is #077C39. Grayscale: #ADADAD. Windows color (decimal): -490554 or 13009912. OLE color: 13009912.

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

Color convert

RGB 248 131 198 -
CMYK 0 0.47 0.20 0.03
HSL 325.64º 0.89% 0.74% -
HSV(B) 325.64º 0.47% 0.97% -
XYZ 57.02 40.27 58.19 -
YUV 173.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 248 131 198 0 0.47 0.20 0.03 325.64 0.89 0.74
Hex F8 83 C6 0 2F 14 3 146 59 4A
Octal 370 203 306 0 57 24 3 506 131 112
Binary 11111000 10000011 11000110 0 101111 10100 11 101000110 1011001 1001010

Color Harmonies of #F883C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883C6

Black with #F883C6

Text Example


Text Example

White with #F883C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883C6; }

 p { color: rgb(248,131,198); }

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

background-color css

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

 a { background-color: rgb(248,131,198); }

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

border-color css

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

 span { border-color: rgb(248,131,198); }

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