Html Css Color HEX #F07694 Carissma

📋 copy color: '#F07694'

red 240 ◦ green 118 ◦ blue 148

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

Shades of Carissma #F07694

Tints of Carissma #F07694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.32%

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 47.43%
G = 23.32%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F07694 (or 0xF07694) is known color: Carissma. HEX triplet: F0, 76 and 94. RGB value is (240,118,148). Sum of RGB (Red+Green+Blue) = 240+118+148=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F07694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07694 is #0F896B. Grayscale: #9D9D9D. Windows color (decimal): -1018220 or 9729776. OLE color: 9729776.

HSL color Cylindrical-coordinate representation of color #F07694: hue angle of 345.25º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07694 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 148 -
CMYK 0 0.51 0.38 0.06
HSL 345.25º 0.8% 0.7% -
HSV(B) 345.25º 0.51% 0.94% -
XYZ 47.76 33.62 31.99 -
YUV 157.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 240 118 148 0 0.51 0.38 0.06 345.25 0.8 0.7
Hex F0 76 94 0 33 26 6 159 50 46
Octal 360 166 224 0 63 46 6 531 120 106
Binary 11110000 1110110 10010100 0 110011 100110 110 101011001 1010000 1000110

Color Harmonies of #F07694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07694

Black with #F07694

Text Example


Text Example

White with #F07694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07694; }

 p { color: rgb(240,118,148); }

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

background-color css

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

 a { background-color: rgb(240,118,148); }

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

border-color css

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

 span { border-color: rgb(240,118,148); }

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