Html Css Color HEX #F27CCB Tea Rose

📋 copy color: '#F27CCB'

red 242 ◦ green 124 ◦ blue 203

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

Shades of Tea Rose #F27CCB

Tints of Tea Rose #F27CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 42.53%
G = 21.79%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F27CCB (or 0xF27CCB) is known color: Tea Rose. HEX triplet: F2, 7C and CB. RGB value is (242,124,203). Sum of RGB (Red+Green+Blue) = 242+124+203=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CCB is #0D8334. Grayscale: #A8A8A8. Windows color (decimal): -885557 or 13335794. OLE color: 13335794.

HSL color Cylindrical-coordinate representation of color #F27CCB: hue angle of 319.83º 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 #F27CCB is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 124 203 -
CMYK 0 0.49 0.16 0.05
HSL 319.83º 0.82% 0.72% -
HSV(B) 319.83º 0.49% 0.95% -
XYZ 54.61 37.6 60.88 -
YUV 168.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 242 124 203 0 0.49 0.16 0.05 319.83 0.82 0.72
Hex F2 7C CB 0 31 10 5 140 52 48
Octal 362 174 313 0 61 20 5 500 122 110
Binary 11110010 1111100 11001011 0 110001 10000 101 101000000 1010010 1001000

Color Harmonies of #F27CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CCB

Black with #F27CCB

Text Example


Text Example

White with #F27CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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