Html Css Color HEX #F07F9A Carissma

📋 copy color: '#F07F9A'

red 240 ◦ green 127 ◦ blue 154

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

Shades of Carissma #F07F9A

Tints of Carissma #F07F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.56%

R = 46.07%
G = 24.38%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F07F9A (or 0xF07F9A) is known color: Carissma. HEX triplet: F0, 7F and 9A. RGB value is (240,127,154). Sum of RGB (Red+Green+Blue) = 240+127+154=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F9A is #0F8065. Grayscale: #A3A3A3. Windows color (decimal): -1015910 or 10125296. OLE color: 10125296.

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

Color convert

RGB 240 127 154 -
CMYK 0 0.47 0.36 0.06
HSL 345.66º 0.79% 0.72% -
HSV(B) 345.66º 0.47% 0.94% -
XYZ 49.36 36.04 34.93 -
YUV 163.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 240 127 154 0 0.47 0.36 0.06 345.66 0.79 0.72
Hex F0 7F 9A 0 2F 24 6 15A 4F 48
Octal 360 177 232 0 57 44 6 532 117 110
Binary 11110000 1111111 10011010 0 101111 100100 110 101011010 1001111 1001000

Color Harmonies of #F07F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F9A

Black with #F07F9A

Text Example


Text Example

White with #F07F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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