Html Css Color HEX #F781CF Tea Rose

📋 copy color: '#F781CF'

red 247 ◦ green 129 ◦ blue 207

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

Shades of Tea Rose #F781CF

Tints of Tea Rose #F781CF

RGB

 RED value IS 247 (96.88% from 255) = 42.37%

 GREEN value IS 129 (50.78% from 255) = 22.13%

 BLUE value IS 207 (81.25% from 255) = 35.51%

R = 42.37%
G = 22.13%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F781CF (or 0xF781CF) is known color: Tea Rose. HEX triplet: F7, 81 and CF. RGB value is (247,129,207). Sum of RGB (Red+Green+Blue) = 247+129+207=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F781CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781CF is #087E30. Grayscale: #ACACAC. Windows color (decimal): -556593 or 13599223. OLE color: 13599223.

HSL color Cylindrical-coordinate representation of color #F781CF: hue angle of 320.34º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F781CF is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 129 207 -
CMYK 0 0.48 0.16 0.03
HSL 320.34º 0.88% 0.74% -
HSV(B) 320.34º 0.48% 0.97% -
XYZ 57.47 39.98 63.72 -
YUV 173.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 247 129 207 0 0.48 0.16 0.03 320.34 0.88 0.74
Hex F7 81 CF 0 30 10 3 140 58 4A
Octal 367 201 317 0 60 20 3 500 130 112
Binary 11110111 10000001 11001111 0 110000 10000 11 101000000 1011000 1001010

Color Harmonies of #F781CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F781CF

Black with #F781CF

Text Example


Text Example

White with #F781CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F781CF; }

 p { color: rgb(247,129,207); }

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

background-color css

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

 a { background-color: rgb(247,129,207); }

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

border-color css

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

 span { border-color: rgb(247,129,207); }

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