Html Css Color HEX #F27FCE Tea Rose

📋 copy color: '#F27FCE'

red 242 ◦ green 127 ◦ blue 206

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

Shades of Tea Rose #F27FCE

Tints of Tea Rose #F27FCE

RGB

 RED value IS 242 (94.92% from 255) = 42.09%

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 42.09%
G = 22.09%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F27FCE (or 0xF27FCE) is known color: Tea Rose. HEX triplet: F2, 7F and CE. RGB value is (242,127,206). Sum of RGB (Red+Green+Blue) = 242+127+206=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FCE is #0D8031. Grayscale: #AAAAAA. Windows color (decimal): -884786 or 13533170. OLE color: 13533170.

HSL color Cylindrical-coordinate representation of color #F27FCE: hue angle of 318.78º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27FCE is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 127 206 -
CMYK 0 0.48 0.15 0.05
HSL 318.78º 0.82% 0.72% -
HSV(B) 318.78º 0.48% 0.95% -
XYZ 55.35 38.51 62.91 -
YUV 170.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 242 127 206 0 0.48 0.15 0.05 318.78 0.82 0.72
Hex F2 7F CE 0 30 F 5 13F 52 48
Octal 362 177 316 0 60 17 5 477 122 110
Binary 11110010 1111111 11001110 0 110000 1111 101 100111111 1010010 1001000

Color Harmonies of #F27FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27FCE

Black with #F27FCE

Text Example


Text Example

White with #F27FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27FCE; }

 p { color: rgb(242,127,206); }

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

background-color css

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

 a { background-color: rgb(242,127,206); }

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

border-color css

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

 span { border-color: rgb(242,127,206); }

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