Html Css Color HEX #F07B87 Carissma

📋 copy color: '#F07B87'

red 240 ◦ green 123 ◦ blue 135

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

Shades of Carissma #F07B87

Tints of Carissma #F07B87

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.7%

 BLUE value IS 135 (53.13% from 255) = 27.11%

R = 48.19%
G = 24.7%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F07B87 (or 0xF07B87) is known color: Carissma. HEX triplet: F0, 7B and 87. RGB value is (240,123,135). Sum of RGB (Red+Green+Blue) = 240+123+135=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B87 is #0F8478. Grayscale: #9F9F9F. Windows color (decimal): -1016953 or 8879088. OLE color: 8879088.

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

Color convert

RGB 240 123 135 -
CMYK 0 0.49 0.44 0.06
HSL 353.85º 0.8% 0.71% -
HSV(B) 353.85º 0.49% 0.94% -
XYZ 47.39 34.44 27.07 -
YUV 159.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 240 123 135 0 0.49 0.44 0.06 353.85 0.8 0.71
Hex F0 7B 87 0 31 2C 6 162 50 47
Octal 360 173 207 0 61 54 6 542 120 107
Binary 11110000 1111011 10000111 0 110001 101100 110 101100010 1010000 1000111

Color Harmonies of #F07B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B87

Black with #F07B87

Text Example


Text Example

White with #F07B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B87; }

 p { color: rgb(240,123,135); }

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

background-color css

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

 a { background-color: rgb(240,123,135); }

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

border-color css

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

 span { border-color: rgb(240,123,135); }

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