Html Css Color HEX #F0649B Brilliant Rose

📋 copy color: '#F0649B'

red 240 ◦ green 100 ◦ blue 155

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

Shades of Brilliant Rose #F0649B

Tints of Brilliant Rose #F0649B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.31%

R = 48.48%
G = 20.2%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0649B (or 0xF0649B) is known color: Brilliant Rose. HEX triplet: F0, 64 and 9B. RGB value is (240,100,155). Sum of RGB (Red+Green+Blue) = 240+100+155=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0649B is #0F9B64. Grayscale: #949494. Windows color (decimal): -1022821 or 10183920. OLE color: 10183920.

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

Color convert

RGB 240 100 155 -
CMYK 0 0.58 0.35 0.06
HSL 336.43º 0.82% 0.67% -
HSV(B) 336.43º 0.58% 0.94% -
XYZ 46.41 30.01 34.36 -
YUV 148.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 240 100 155 0 0.58 0.35 0.06 336.43 0.82 0.67
Hex F0 64 9B 0 3A 23 6 150 52 43
Octal 360 144 233 0 72 43 6 520 122 103
Binary 11110000 1100100 10011011 0 111010 100011 110 101010000 1010010 1000011

Color Harmonies of #F0649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0649B

Black with #F0649B

Text Example


Text Example

White with #F0649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0649B; }

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

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

background-color css

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

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

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

border-color css

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

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

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