Html Css Color HEX #F293CD Tea Rose

📋 copy color: '#F293CD'

red 242 ◦ green 147 ◦ blue 205

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

Shades of Tea Rose #F293CD

Tints of Tea Rose #F293CD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.75%

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

R = 40.74%
G = 24.75%
B = 34.51%

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

#F293CD (or 0xF293CD) is known color: Tea Rose. HEX triplet: F2, 93 and CD. RGB value is (242,147,205). Sum of RGB (Red+Green+Blue) = 242+147+205=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F293CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293CD is #0D6C32. Grayscale: #B5B5B5. Windows color (decimal): -879667 or 13472754. OLE color: 13472754.

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

Color convert

RGB 242 147 205 -
CMYK 0 0.39 0.15 0.05
HSL 323.37º 0.79% 0.76% -
HSV(B) 323.37º 0.39% 0.95% -
XYZ 58.07 44.15 63.22 -
YUV 182.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 242 147 205 0 0.39 0.15 0.05 323.37 0.79 0.76
Hex F2 93 CD 0 27 F 5 143 4F 4C
Octal 362 223 315 0 47 17 5 503 117 114
Binary 11110010 10010011 11001101 0 100111 1111 101 101000011 1001111 1001100

Color Harmonies of #F293CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F293CD

Black with #F293CD

Text Example


Text Example

White with #F293CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F293CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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