Html Css Color HEX #F07C8D Carissma

📋 copy color: '#F07C8D'

red 240 ◦ green 124 ◦ blue 141

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

Shades of Carissma #F07C8D

Tints of Carissma #F07C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 47.52%
G = 24.55%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F07C8D (or 0xF07C8D) is known color: Carissma. HEX triplet: F0, 7C and 8D. RGB value is (240,124,141). Sum of RGB (Red+Green+Blue) = 240+124+141=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C8D is #0F8372. Grayscale: #A0A0A0. Windows color (decimal): -1016691 or 9272560. OLE color: 9272560.

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

Color convert

RGB 240 124 141 -
CMYK 0 0.48 0.41 0.06
HSL 351.21º 0.79% 0.71% -
HSV(B) 351.21º 0.48% 0.94% -
XYZ 47.95 34.86 29.4 -
YUV 160.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 240 124 141 0 0.48 0.41 0.06 351.21 0.79 0.71
Hex F0 7C 8D 0 30 29 6 15F 4F 47
Octal 360 174 215 0 60 51 6 537 117 107
Binary 11110000 1111100 10001101 0 110000 101001 110 101011111 1001111 1000111

Color Harmonies of #F07C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C8D

Black with #F07C8D

Text Example


Text Example

White with #F07C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C8D; }

 p { color: rgb(240,124,141); }

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

background-color css

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

 a { background-color: rgb(240,124,141); }

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

border-color css

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

 span { border-color: rgb(240,124,141); }

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