Html Css Color HEX #FF7FCA Tea Rose

📋 copy color: '#FF7FCA'

red 255 ◦ green 127 ◦ blue 202

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

Shades of Tea Rose #FF7FCA

Tints of Tea Rose #FF7FCA

RGB

 RED value IS 255 (100% from 255) = 43.66%

 GREEN value IS 127 (50% from 255) = 21.75%

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 43.66%
G = 21.75%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF7FCA (or 0xFF7FCA) is known color: Tea Rose. HEX triplet: FF, 7F and CA. RGB value is (255,127,202). Sum of RGB (Red+Green+Blue) = 255+127+202=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FCA is #008035. Grayscale: #ADADAD. Windows color (decimal): -32822 or 13271039. OLE color: 13271039.

HSL color Cylindrical-coordinate representation of color #FF7FCA: hue angle of 324.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FCA is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 202 -
CMYK 0 0.50 0.21 0
HSL 324.84º 1% 0.75% -
HSV(B) 324.84º 0.5% 1% -
XYZ 59.49 40.7 60.6 -
YUV 173.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 255 127 202 0 0.50 0.21 0 324.84 1 0.75
Hex FF 7F CA 0 32 15 0 145 64 4B
Octal 377 177 312 0 62 25 0 505 144 113
Binary 11111111 1111111 11001010 0 110010 10101 0 101000101 1100100 1001011

Color Harmonies of #FF7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FCA

Black with #FF7FCA

Text Example


Text Example

White with #FF7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FCA; }

 p { color: rgb(255,127,202); }

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

background-color css

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

 a { background-color: rgb(255,127,202); }

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

border-color css

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

 span { border-color: rgb(255,127,202); }

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