Html Css Color HEX #F07F85 Carissma

📋 copy color: '#F07F85'

red 240 ◦ green 127 ◦ blue 133

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

Shades of Carissma #F07F85

Tints of Carissma #F07F85

RGB

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

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

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

R = 48%
G = 25.4%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07F85 (or 0xF07F85) is known color: Carissma. HEX triplet: F0, 7F and 85. RGB value is (240,127,133). Sum of RGB (Red+Green+Blue) = 240+127+133=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F85 is #0F807A. Grayscale: #A1A1A1. Windows color (decimal): -1015931 or 8749040. OLE color: 8749040.

HSL color Cylindrical-coordinate representation of color #F07F85: hue angle of 356.81º 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 #F07F85 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 133 -
CMYK 0 0.47 0.45 0.06
HSL 356.81º 0.79% 0.72% -
HSV(B) 356.81º 0.47% 0.94% -
XYZ 47.76 35.4 26.51 -
YUV 161.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 240 127 133 0 0.47 0.45 0.06 356.81 0.79 0.72
Hex F0 7F 85 0 2F 2D 6 165 4F 48
Octal 360 177 205 0 57 55 6 545 117 110
Binary 11110000 1111111 10000101 0 101111 101101 110 101100101 1001111 1001000

Color Harmonies of #F07F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F85

Black with #F07F85

Text Example


Text Example

White with #F07F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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