Html Css Color HEX #F883CF Tea Rose

📋 copy color: '#F883CF'

red 248 ◦ green 131 ◦ blue 207

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

Shades of Tea Rose #F883CF

Tints of Tea Rose #F883CF

RGB

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

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

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

R = 42.32%
G = 22.35%
B = 35.32%

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

#F883CF (or 0xF883CF) is known color: Tea Rose. HEX triplet: F8, 83 and CF. RGB value is (248,131,207). Sum of RGB (Red+Green+Blue) = 248+131+207=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F883CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883CF is #077C30. Grayscale: #AEAEAE. Windows color (decimal): -490545 or 13599736. OLE color: 13599736.

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

Color convert

RGB 248 131 207 -
CMYK 0 0.47 0.17 0.03
HSL 321.03º 0.89% 0.74% -
HSV(B) 321.03º 0.47% 0.97% -
XYZ 58.09 40.69 63.82 -
YUV 174.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 248 131 207 0 0.47 0.17 0.03 321.03 0.89 0.74
Hex F8 83 CF 0 2F 11 3 141 59 4A
Octal 370 203 317 0 57 21 3 501 131 112
Binary 11111000 10000011 11001111 0 101111 10001 11 101000001 1011001 1001010

Color Harmonies of #F883CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883CF

Black with #F883CF

Text Example


Text Example

White with #F883CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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