Html Css Color HEX #F07D8F Carissma

📋 copy color: '#F07D8F'

red 240 ◦ green 125 ◦ blue 143

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

Shades of Carissma #F07D8F

Tints of Carissma #F07D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.61%

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 47.24%
G = 24.61%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F07D8F (or 0xF07D8F) is known color: Carissma. HEX triplet: F0, 7D and 8F. RGB value is (240,125,143). Sum of RGB (Red+Green+Blue) = 240+125+143=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07D8F is #0F8270. Grayscale: #A1A1A1. Windows color (decimal): -1016433 or 9403888. OLE color: 9403888.

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

Color convert

RGB 240 125 143 -
CMYK 0 0.48 0.40 0.06
HSL 350.61º 0.79% 0.72% -
HSV(B) 350.61º 0.48% 0.94% -
XYZ 48.23 35.18 30.23 -
YUV 161.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 240 125 143 0 0.48 0.40 0.06 350.61 0.79 0.72
Hex F0 7D 8F 0 30 28 6 15F 4F 48
Octal 360 175 217 0 60 50 6 537 117 110
Binary 11110000 1111101 10001111 0 110000 101000 110 101011111 1001111 1001000

Color Harmonies of #F07D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D8F

Black with #F07D8F

Text Example


Text Example

White with #F07D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D8F; }

 p { color: rgb(240,125,143); }

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

background-color css

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

 a { background-color: rgb(240,125,143); }

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

border-color css

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

 span { border-color: rgb(240,125,143); }

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