Html Css Color HEX #F07D9C Carissma

📋 copy color: '#F07D9C'

red 240 ◦ green 125 ◦ blue 156

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

Shades of Carissma #F07D9C

Tints of Carissma #F07D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.94%

R = 46.07%
G = 23.99%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F07D9C (or 0xF07D9C) is known color: Carissma. HEX triplet: F0, 7D and 9C. RGB value is (240,125,156). Sum of RGB (Red+Green+Blue) = 240+125+156=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07D9C is #0F8263. Grayscale: #A2A2A2. Windows color (decimal): -1016420 or 10255856. OLE color: 10255856.

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

Color convert

RGB 240 125 156 -
CMYK 0 0.48 0.35 0.06
HSL 343.83º 0.79% 0.72% -
HSV(B) 343.83º 0.48% 0.94% -
XYZ 49.27 35.59 35.73 -
YUV 162.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 240 125 156 0 0.48 0.35 0.06 343.83 0.79 0.72
Hex F0 7D 9C 0 30 23 6 158 4F 48
Octal 360 175 234 0 60 43 6 530 117 110
Binary 11110000 1111101 10011100 0 110000 100011 110 101011000 1001111 1001000

Color Harmonies of #F07D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D9C

Black with #F07D9C

Text Example


Text Example

White with #F07D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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