Html Css Color HEX #F0629A Brilliant Rose

📋 copy color: '#F0629A'

red 240 ◦ green 98 ◦ blue 154

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

Shades of Brilliant Rose #F0629A

Tints of Brilliant Rose #F0629A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.92%

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

R = 48.78%
G = 19.92%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0629A (or 0xF0629A) is known color: Brilliant Rose. HEX triplet: F0, 62 and 9A. RGB value is (240,98,154). Sum of RGB (Red+Green+Blue) = 240+98+154=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0629A is #0F9D65. Grayscale: #929292. Windows color (decimal): -1023334 or 10117872. OLE color: 10117872.

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

Color convert

RGB 240 98 154 -
CMYK 0 0.59 0.36 0.06
HSL 336.34º 0.83% 0.66% -
HSV(B) 336.34º 0.59% 0.94% -
XYZ 46.14 29.59 33.85 -
YUV 146.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 240 98 154 0 0.59 0.36 0.06 336.34 0.83 0.66
Hex F0 62 9A 0 3B 24 6 150 53 42
Octal 360 142 232 0 73 44 6 520 123 102
Binary 11110000 1100010 10011010 0 111011 100100 110 101010000 1010011 1000010

Color Harmonies of #F0629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0629A

Black with #F0629A

Text Example


Text Example

White with #F0629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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