Html Css Color HEX #F294CE Tea Rose

📋 copy color: '#F294CE'

red 242 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #F294CE

Tints of Tea Rose #F294CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 40.6%
G = 24.83%
B = 34.56%

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

#F294CE (or 0xF294CE) is known color: Tea Rose. HEX triplet: F2, 94 and CE. RGB value is (242,148,206). Sum of RGB (Red+Green+Blue) = 242+148+206=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F294CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294CE is #0D6B31. Grayscale: #B6B6B6. Windows color (decimal): -879410 or 13538546. OLE color: 13538546.

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

Color convert

RGB 242 148 206 -
CMYK 0 0.39 0.15 0.05
HSL 322.98º 0.78% 0.76% -
HSV(B) 322.98º 0.39% 0.95% -
XYZ 58.35 44.51 63.91 -
YUV 182.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 242 148 206 0 0.39 0.15 0.05 322.98 0.78 0.76
Hex F2 94 CE 0 27 F 5 143 4E 4C
Octal 362 224 316 0 47 17 5 503 116 114
Binary 11110010 10010100 11001110 0 100111 1111 101 101000011 1001110 1001100

Color Harmonies of #F294CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F294CE

Black with #F294CE

Text Example


Text Example

White with #F294CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F294CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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