Html Css Color HEX #F883C4 Tea Rose

📋 copy color: '#F883C4'

red 248 ◦ green 131 ◦ blue 196

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

Shades of Tea Rose #F883C4

Tints of Tea Rose #F883C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.09%

R = 43.13%
G = 22.78%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F883C4 (or 0xF883C4) is known color: Tea Rose. HEX triplet: F8, 83 and C4. RGB value is (248,131,196). Sum of RGB (Red+Green+Blue) = 248+131+196=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F883C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883C4 is #077C3B. Grayscale: #ADADAD. Windows color (decimal): -490556 or 12878840. OLE color: 12878840.

HSL color Cylindrical-coordinate representation of color #F883C4: hue angle of 326.67º 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 #F883C4 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 131 196 -
CMYK 0 0.47 0.21 0.03
HSL 326.67º 0.89% 0.74% -
HSV(B) 326.67º 0.47% 0.97% -
XYZ 56.79 40.17 56.99 -
YUV 173.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 248 131 196 0 0.47 0.21 0.03 326.67 0.89 0.74
Hex F8 83 C4 0 2F 15 3 147 59 4A
Octal 370 203 304 0 57 25 3 507 131 112
Binary 11111000 10000011 11000100 0 101111 10101 11 101000111 1011001 1001010

Color Harmonies of #F883C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883C4

Black with #F883C4

Text Example


Text Example

White with #F883C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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