Html Css Color HEX #F07E85 Carissma

📋 copy color: '#F07E85'

red 240 ◦ green 126 ◦ blue 133

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

Shades of Carissma #F07E85

Tints of Carissma #F07E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.25%

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 48.1%
G = 25.25%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07E85 (or 0xF07E85) is known color: Carissma. HEX triplet: F0, 7E and 85. RGB value is (240,126,133). Sum of RGB (Red+Green+Blue) = 240+126+133=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07E85 is #0F817A. Grayscale: #A0A0A0. Windows color (decimal): -1016187 or 8748784. OLE color: 8748784.

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

Color convert

RGB 240 126 133 -
CMYK 0 0.48 0.45 0.06
HSL 356.32º 0.79% 0.72% -
HSV(B) 356.32º 0.48% 0.94% -
XYZ 47.63 35.14 26.46 -
YUV 160.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 240 126 133 0 0.48 0.45 0.06 356.32 0.79 0.72
Hex F0 7E 85 0 30 2D 6 164 4F 48
Octal 360 176 205 0 60 55 6 544 117 110
Binary 11110000 1111110 10000101 0 110000 101101 110 101100100 1001111 1001000

Color Harmonies of #F07E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E85

Black with #F07E85

Text Example


Text Example

White with #F07E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E85; }

 p { color: rgb(240,126,133); }

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

background-color css

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

 a { background-color: rgb(240,126,133); }

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

border-color css

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

 span { border-color: rgb(240,126,133); }

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