Html Css Color HEX #F07FCF Tea Rose

📋 copy color: '#F07FCF'

red 240 ◦ green 127 ◦ blue 207

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

Shades of Tea Rose #F07FCF

Tints of Tea Rose #F07FCF

RGB

 RED value IS 240 (94.14% from 255) = 41.81%

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

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 41.81%
G = 22.13%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F07FCF (or 0xF07FCF) is known color: Tea Rose. HEX triplet: F0, 7F and CF. RGB value is (240,127,207). Sum of RGB (Red+Green+Blue) = 240+127+207=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FCF is #0F8030. Grayscale: #A9A9A9. Windows color (decimal): -1015857 or 13598704. OLE color: 13598704.

HSL color Cylindrical-coordinate representation of color #F07FCF: hue angle of 317.52º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FCF is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 207 -
CMYK 0 0.47 0.14 0.06
HSL 317.52º 0.79% 0.72% -
HSV(B) 317.52º 0.47% 0.94% -
XYZ 54.79 38.21 63.52 -
YUV 169.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 240 127 207 0 0.47 0.14 0.06 317.52 0.79 0.72
Hex F0 7F CF 0 2F E 6 13E 4F 48
Octal 360 177 317 0 57 16 6 476 117 110
Binary 11110000 1111111 11001111 0 101111 1110 110 100111110 1001111 1001000

Color Harmonies of #F07FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FCF

Black with #F07FCF

Text Example


Text Example

White with #F07FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FCF; }

 p { color: rgb(240,127,207); }

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

background-color css

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

 a { background-color: rgb(240,127,207); }

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

border-color css

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

 span { border-color: rgb(240,127,207); }

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