Html Css Color HEX #F293CB Tea Rose

📋 copy color: '#F293CB'

red 242 ◦ green 147 ◦ blue 203

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

Shades of Tea Rose #F293CB

Tints of Tea Rose #F293CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.29%

R = 40.88%
G = 24.83%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F293CB (or 0xF293CB) is known color: Tea Rose. HEX triplet: F2, 93 and CB. RGB value is (242,147,203). Sum of RGB (Red+Green+Blue) = 242+147+203=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F293CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293CB is #0D6C34. Grayscale: #B5B5B5. Windows color (decimal): -879669 or 13341682. OLE color: 13341682.

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

Color convert

RGB 242 147 203 -
CMYK 0 0.39 0.16 0.05
HSL 324.63º 0.79% 0.76% -
HSV(B) 324.63º 0.39% 0.95% -
XYZ 57.83 44.06 61.96 -
YUV 181.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 242 147 203 0 0.39 0.16 0.05 324.63 0.79 0.76
Hex F2 93 CB 0 27 10 5 145 4F 4C
Octal 362 223 313 0 47 20 5 505 117 114
Binary 11110010 10010011 11001011 0 100111 10000 101 101000101 1001111 1001100

Color Harmonies of #F293CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F293CB

Black with #F293CB

Text Example


Text Example

White with #F293CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F293CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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