Html Css Color HEX #F781C4 Tea Rose

📋 copy color: '#F781C4'

red 247 ◦ green 129 ◦ blue 196

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

Shades of Tea Rose #F781C4

Tints of Tea Rose #F781C4

RGB

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

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

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

R = 43.18%
G = 22.55%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F781C4 (or 0xF781C4) is known color: Tea Rose. HEX triplet: F7, 81 and C4. RGB value is (247,129,196). Sum of RGB (Red+Green+Blue) = 247+129+196=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F781C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781C4 is #087E3B. Grayscale: #ABABAB. Windows color (decimal): -556604 or 12878327. OLE color: 12878327.

HSL color Cylindrical-coordinate representation of color #F781C4: hue angle of 325.93º 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 #F781C4 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 129 196 -
CMYK 0 0.48 0.21 0.03
HSL 325.93º 0.88% 0.74% -
HSV(B) 325.93º 0.48% 0.97% -
XYZ 56.17 39.46 56.88 -
YUV 171.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 247 129 196 0 0.48 0.21 0.03 325.93 0.88 0.74
Hex F7 81 C4 0 30 15 3 146 58 4A
Octal 367 201 304 0 60 25 3 506 130 112
Binary 11110111 10000001 11000100 0 110000 10101 11 101000110 1011000 1001010

Color Harmonies of #F781C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F781C4

Black with #F781C4

Text Example


Text Example

White with #F781C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F781C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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