Html Css Color HEX #F294CD Tea Rose

📋 copy color: '#F294CD'

red 242 ◦ green 148 ◦ blue 205

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

Shades of Tea Rose #F294CD

Tints of Tea Rose #F294CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.87%

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

R = 40.67%
G = 24.87%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F294CD (or 0xF294CD) is known color: Tea Rose. HEX triplet: F2, 94 and CD. RGB value is (242,148,205). Sum of RGB (Red+Green+Blue) = 242+148+205=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F294CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294CD is #0D6B32. Grayscale: #B6B6B6. Windows color (decimal): -879411 or 13473010. OLE color: 13473010.

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

Color convert

RGB 242 148 205 -
CMYK 0 0.39 0.15 0.05
HSL 323.62º 0.78% 0.76% -
HSV(B) 323.62º 0.39% 0.95% -
XYZ 58.23 44.46 63.27 -
YUV 182.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 242 148 205 0 0.39 0.15 0.05 323.62 0.78 0.76
Hex F2 94 CD 0 27 F 5 144 4E 4C
Octal 362 224 315 0 47 17 5 504 116 114
Binary 11110010 10010100 11001101 0 100111 1111 101 101000100 1001110 1001100

Color Harmonies of #F294CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F294CD

Black with #F294CD

Text Example


Text Example

White with #F294CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F294CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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