Html Css Color HEX #F983CA Tea Rose

📋 copy color: '#F983CA'

red 249 ◦ green 131 ◦ blue 202

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

Shades of Tea Rose #F983CA

Tints of Tea Rose #F983CA

RGB

 RED value IS 249 (97.66% from 255) = 42.78%

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

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 42.78%
G = 22.51%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F983CA (or 0xF983CA) is known color: Tea Rose. HEX triplet: F9, 83 and CA. RGB value is (249,131,202). Sum of RGB (Red+Green+Blue) = 249+131+202=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F983CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983CA is #067C35. Grayscale: #AEAEAE. Windows color (decimal): -425014 or 13272057. OLE color: 13272057.

HSL color Cylindrical-coordinate representation of color #F983CA: hue angle of 323.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F983CA is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 131 202 -
CMYK 0 0.47 0.19 0.02
HSL 323.9º 0.91% 0.75% -
HSV(B) 323.9º 0.47% 0.98% -
XYZ 57.84 40.64 60.67 -
YUV 174.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 249 131 202 0 0.47 0.19 0.02 323.9 0.91 0.75
Hex F9 83 CA 0 2F 13 2 144 5B 4B
Octal 371 203 312 0 57 23 2 504 133 113
Binary 11111001 10000011 11001010 0 101111 10011 10 101000100 1011011 1001011

Color Harmonies of #F983CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983CA

Black with #F983CA

Text Example


Text Example

White with #F983CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983CA; }

 p { color: rgb(249,131,202); }

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

background-color css

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

 a { background-color: rgb(249,131,202); }

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

border-color css

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

 span { border-color: rgb(249,131,202); }

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