Html Css Color HEX #F9619D Brilliant Rose

📋 copy color: '#F9619D'

red 249 ◦ green 97 ◦ blue 157

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

Shades of Brilliant Rose #F9619D

Tints of Brilliant Rose #F9619D

RGB

 RED value IS 249 (97.66% from 255) = 49.5%

 GREEN value IS 97 (38.28% from 255) = 19.28%

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 49.5%
G = 19.28%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9619D (or 0xF9619D) is known color: Brilliant Rose. HEX triplet: F9, 61 and 9D. RGB value is (249,97,157). Sum of RGB (Red+Green+Blue) = 249+97+157=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9619D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9619D is #069E62. Grayscale: #959595. Windows color (decimal): -433763 or 10314233. OLE color: 10314233.

HSL color Cylindrical-coordinate representation of color #F9619D: hue angle of 336.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9619D is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 97 157 -
CMYK 0 0.61 0.37 0.02
HSL 336.32º 0.93% 0.68% -
HSV(B) 336.32º 0.61% 0.98% -
XYZ 49.43 31.12 35.3 -
YUV 149.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 249 97 157 0 0.61 0.37 0.02 336.32 0.93 0.68
Hex F9 61 9D 0 3D 25 2 150 5D 44
Octal 371 141 235 0 75 45 2 520 135 104
Binary 11111001 1100001 10011101 0 111101 100101 10 101010000 1011101 1000100

Color Harmonies of #F9619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9619D

Black with #F9619D

Text Example


Text Example

White with #F9619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9619D; }

 p { color: rgb(249,97,157); }

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

background-color css

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

 a { background-color: rgb(249,97,157); }

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

border-color css

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

 span { border-color: rgb(249,97,157); }

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