Html Css Color HEX #F289CA Tea Rose

📋 copy color: '#F289CA'

red 242 ◦ green 137 ◦ blue 202

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

Shades of Tea Rose #F289CA

Tints of Tea Rose #F289CA

RGB

 RED value IS 242 (94.92% from 255) = 41.65%

 GREEN value IS 137 (53.91% from 255) = 23.58%

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

R = 41.65%
G = 23.58%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F289CA (or 0xF289CA) is known color: Tea Rose. HEX triplet: F2, 89 and CA. RGB value is (242,137,202). Sum of RGB (Red+Green+Blue) = 242+137+202=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F289CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289CA is #0D7635. Grayscale: #AFAFAF. Windows color (decimal): -882230 or 13273586. OLE color: 13273586.

HSL color Cylindrical-coordinate representation of color #F289CA: hue angle of 322.86º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289CA is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 202 -
CMYK 0 0.43 0.17 0.05
HSL 322.86º 0.8% 0.74% -
HSV(B) 322.86º 0.43% 0.95% -
XYZ 56.22 41.03 60.83 -
YUV 175.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 242 137 202 0 0.43 0.17 0.05 322.86 0.8 0.74
Hex F2 89 CA 0 2B 11 5 143 50 4A
Octal 362 211 312 0 53 21 5 503 120 112
Binary 11110010 10001001 11001010 0 101011 10001 101 101000011 1010000 1001010

Color Harmonies of #F289CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289CA

Black with #F289CA

Text Example


Text Example

White with #F289CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289CA; }

 p { color: rgb(242,137,202); }

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

background-color css

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

 a { background-color: rgb(242,137,202); }

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

border-color css

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

 span { border-color: rgb(242,137,202); }

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