Html Css Color HEX #F0649A Brilliant Rose

📋 copy color: '#F0649A'

red 240 ◦ green 100 ◦ blue 154

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

Shades of Brilliant Rose #F0649A

Tints of Brilliant Rose #F0649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.24%

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

R = 48.58%
G = 20.24%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0649A (or 0xF0649A) is known color: Brilliant Rose. HEX triplet: F0, 64 and 9A. RGB value is (240,100,154). Sum of RGB (Red+Green+Blue) = 240+100+154=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0649A is #0F9B65. Grayscale: #939393. Windows color (decimal): -1022822 or 10118384. OLE color: 10118384.

HSL color Cylindrical-coordinate representation of color #F0649A: hue angle of 336.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0649A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 154 -
CMYK 0 0.58 0.36 0.06
HSL 336.86º 0.82% 0.67% -
HSV(B) 336.86º 0.58% 0.94% -
XYZ 46.33 29.97 33.92 -
YUV 148.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 240 100 154 0 0.58 0.36 0.06 336.86 0.82 0.67
Hex F0 64 9A 0 3A 24 6 151 52 43
Octal 360 144 232 0 72 44 6 521 122 103
Binary 11110000 1100100 10011010 0 111010 100100 110 101010001 1010010 1000011

Color Harmonies of #F0649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0649A

Black with #F0649A

Text Example


Text Example

White with #F0649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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