Html Css Color HEX #F692C4 Tea Rose

📋 copy color: '#F692C4'

red 246 ◦ green 146 ◦ blue 196

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

Shades of Tea Rose #F692C4

Tints of Tea Rose #F692C4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.83%

 BLUE value IS 196 (76.95% from 255) = 33.33%

R = 41.84%
G = 24.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F692C4 (or 0xF692C4) is known color: Tea Rose. HEX triplet: F6, 92 and C4. RGB value is (246,146,196). Sum of RGB (Red+Green+Blue) = 246+146+196=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F692C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692C4 is #096D3B. Grayscale: #B5B5B5. Windows color (decimal): -617788 or 12882678. OLE color: 12882678.

HSL color Cylindrical-coordinate representation of color #F692C4: hue angle of 330º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692C4 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 146 196 -
CMYK 0 0.41 0.20 0.04
HSL 330º 0.85% 0.77% -
HSV(B) 330º 0.41% 0.96% -
XYZ 58.25 44.14 57.67 -
YUV 181.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 246 146 196 0 0.41 0.20 0.04 330 0.85 0.77
Hex F6 92 C4 0 29 14 4 14A 55 4D
Octal 366 222 304 0 51 24 4 512 125 115
Binary 11110110 10010010 11000100 0 101001 10100 100 101001010 1010101 1001101

Color Harmonies of #F692C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F692C4

Black with #F692C4

Text Example


Text Example

White with #F692C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F692C4; }

 p { color: rgb(246,146,196); }

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

background-color css

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

 a { background-color: rgb(246,146,196); }

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

border-color css

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

 span { border-color: rgb(246,146,196); }

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