Html Css Color HEX #F694CB Tea Rose

📋 copy color: '#F694CB'

red 246 ◦ green 148 ◦ blue 203

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

Shades of Tea Rose #F694CB

Tints of Tea Rose #F694CB

RGB

 RED value IS 246 (96.48% from 255) = 41.21%

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

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

R = 41.21%
G = 24.79%
B = 34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F694CB (or 0xF694CB) is known color: Tea Rose. HEX triplet: F6, 94 and CB. RGB value is (246,148,203). Sum of RGB (Red+Green+Blue) = 246+148+203=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F694CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694CB is #096B34. Grayscale: #B7B7B7. Windows color (decimal): -617269 or 13341942. OLE color: 13341942.

HSL color Cylindrical-coordinate representation of color #F694CB: hue angle of 326.33º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694CB is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 203 -
CMYK 0 0.40 0.17 0.04
HSL 326.33º 0.84% 0.77% -
HSV(B) 326.33º 0.4% 0.96% -
XYZ 59.38 45.08 62.07 -
YUV 183.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 246 148 203 0 0.40 0.17 0.04 326.33 0.84 0.77
Hex F6 94 CB 0 28 11 4 146 54 4D
Octal 366 224 313 0 50 21 4 506 124 115
Binary 11110110 10010100 11001011 0 101000 10001 100 101000110 1010100 1001101

Color Harmonies of #F694CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694CB

Black with #F694CB

Text Example


Text Example

White with #F694CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694CB; }

 p { color: rgb(246,148,203); }

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

background-color css

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

 a { background-color: rgb(246,148,203); }

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

border-color css

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

 span { border-color: rgb(246,148,203); }

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