Html Css Color HEX #F27CCA Tea Rose

📋 copy color: '#F27CCA'

red 242 ◦ green 124 ◦ blue 202

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

Shades of Tea Rose #F27CCA

Tints of Tea Rose #F27CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.83%

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

R = 42.61%
G = 21.83%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F27CCA (or 0xF27CCA) is known color: Tea Rose. HEX triplet: F2, 7C and CA. RGB value is (242,124,202). Sum of RGB (Red+Green+Blue) = 242+124+202=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CCA is #0D8335. Grayscale: #A7A7A7. Windows color (decimal): -885558 or 13270258. OLE color: 13270258.

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

Color convert

RGB 242 124 202 -
CMYK 0 0.49 0.17 0.05
HSL 320.34º 0.82% 0.72% -
HSV(B) 320.34º 0.49% 0.95% -
XYZ 54.49 37.56 60.25 -
YUV 168.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 242 124 202 0 0.49 0.17 0.05 320.34 0.82 0.72
Hex F2 7C CA 0 31 11 5 140 52 48
Octal 362 174 312 0 61 21 5 500 122 110
Binary 11110010 1111100 11001010 0 110001 10001 101 101000000 1010010 1001000

Color Harmonies of #F27CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CCA

Black with #F27CCA

Text Example


Text Example

White with #F27CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CCA; }

 p { color: rgb(242,124,202); }

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

background-color css

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

 a { background-color: rgb(242,124,202); }

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

border-color css

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

 span { border-color: rgb(242,124,202); }

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