Html Css Color HEX #F07F87 Carissma

📋 copy color: '#F07F87'

red 240 ◦ green 127 ◦ blue 135

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

Shades of Carissma #F07F87

Tints of Carissma #F07F87

RGB

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

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

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

R = 47.81%
G = 25.3%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F07F87 (or 0xF07F87) is known color: Carissma. HEX triplet: F0, 7F and 87. RGB value is (240,127,135). Sum of RGB (Red+Green+Blue) = 240+127+135=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F87 is #0F8078. Grayscale: #A1A1A1. Windows color (decimal): -1015929 or 8880112. OLE color: 8880112.

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

Color convert

RGB 240 127 135 -
CMYK 0 0.47 0.44 0.06
HSL 355.75º 0.79% 0.72% -
HSV(B) 355.75º 0.47% 0.94% -
XYZ 47.9 35.45 27.24 -
YUV 161.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 240 127 135 0 0.47 0.44 0.06 355.75 0.79 0.72
Hex F0 7F 87 0 2F 2C 6 164 4F 48
Octal 360 177 207 0 57 54 6 544 117 110
Binary 11110000 1111111 10000111 0 101111 101100 110 101100100 1001111 1001000

Color Harmonies of #F07F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F87

Black with #F07F87

Text Example


Text Example

White with #F07F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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