Html Css Color HEX #F883CC Tea Rose

📋 copy color: '#F883CC'

red 248 ◦ green 131 ◦ blue 204

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

Shades of Tea Rose #F883CC

Tints of Tea Rose #F883CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 42.54%
G = 22.47%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F883CC (or 0xF883CC) is known color: Tea Rose. HEX triplet: F8, 83 and CC. RGB value is (248,131,204). Sum of RGB (Red+Green+Blue) = 248+131+204=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 131 (51.56% from 255 or 22.47% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F883CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883CC is #077C33. Grayscale: #AEAEAE. Windows color (decimal): -490548 or 13403128. OLE color: 13403128.

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

Color convert

RGB 248 131 204 -
CMYK 0 0.47 0.18 0.03
HSL 322.56º 0.89% 0.74% -
HSV(B) 322.56º 0.47% 0.97% -
XYZ 57.73 40.55 61.91 -
YUV 174.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 248 131 204 0 0.47 0.18 0.03 322.56 0.89 0.74
Hex F8 83 CC 0 2F 12 3 143 59 4A
Octal 370 203 314 0 57 22 3 503 131 112
Binary 11111000 10000011 11001100 0 101111 10010 11 101000011 1011001 1001010

Color Harmonies of #F883CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883CC

Black with #F883CC

Text Example


Text Example

White with #F883CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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