Html Css Color HEX #F292CD Tea Rose

📋 copy color: '#F292CD'

red 242 ◦ green 146 ◦ blue 205

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

Shades of Tea Rose #F292CD

Tints of Tea Rose #F292CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.62%

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

R = 40.81%
G = 24.62%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F292CD (or 0xF292CD) is known color: Tea Rose. HEX triplet: F2, 92 and CD. RGB value is (242,146,205). Sum of RGB (Red+Green+Blue) = 242+146+205=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F292CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292CD is #0D6D32. Grayscale: #B5B5B5. Windows color (decimal): -879923 or 13472498. OLE color: 13472498.

HSL color Cylindrical-coordinate representation of color #F292CD: hue angle of 323.12º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292CD is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 146 205 -
CMYK 0 0.40 0.15 0.05
HSL 323.13º 0.79% 0.76% -
HSV(B) 323.13º 0.4% 0.95% -
XYZ 57.92 43.84 63.17 -
YUV 181.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 242 146 205 0 0.40 0.15 0.05 323.13 0.79 0.76
Hex F2 92 CD 0 28 F 5 143 4F 4C
Octal 362 222 315 0 50 17 5 503 117 114
Binary 11110010 10010010 11001101 0 101000 1111 101 101000011 1001111 1001100

Color Harmonies of #F292CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F292CD

Black with #F292CD

Text Example


Text Example

White with #F292CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F292CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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