Html Css Color HEX #F289CD Tea Rose

📋 copy color: '#F289CD'

red 242 ◦ green 137 ◦ blue 205

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

Shades of Tea Rose #F289CD

Tints of Tea Rose #F289CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.1%

R = 41.44%
G = 23.46%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F289CD (or 0xF289CD) is known color: Tea Rose. HEX triplet: F2, 89 and CD. RGB value is (242,137,205). Sum of RGB (Red+Green+Blue) = 242+137+205=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F289CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289CD is #0D7632. Grayscale: #AFAFAF. Windows color (decimal): -882227 or 13470194. OLE color: 13470194.

HSL color Cylindrical-coordinate representation of color #F289CD: hue angle of 321.14º 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 #F289CD is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 205 -
CMYK 0 0.43 0.15 0.05
HSL 321.14º 0.8% 0.74% -
HSV(B) 321.14º 0.43% 0.95% -
XYZ 56.58 41.18 62.72 -
YUV 176.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 242 137 205 0 0.43 0.15 0.05 321.14 0.8 0.74
Hex F2 89 CD 0 2B F 5 141 50 4A
Octal 362 211 315 0 53 17 5 501 120 112
Binary 11110010 10001001 11001101 0 101011 1111 101 101000001 1010000 1001010

Color Harmonies of #F289CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289CD

Black with #F289CD

Text Example


Text Example

White with #F289CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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