Html Css Color HEX #FA6898 Brilliant Rose

📋 copy color: '#FA6898'

red 250 ◦ green 104 ◦ blue 152

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

Shades of Brilliant Rose #FA6898

Tints of Brilliant Rose #FA6898

RGB

 RED value IS 250 (98.05% from 255) = 49.41%

 GREEN value IS 104 (41.02% from 255) = 20.55%

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 49.41%
G = 20.55%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA6898 (or 0xFA6898) is known color: Brilliant Rose. HEX triplet: FA, 68 and 98. RGB value is (250,104,152). Sum of RGB (Red+Green+Blue) = 250+104+152=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6898 is #059767. Grayscale: #999999. Windows color (decimal): -366440 or 9988346. OLE color: 9988346.

HSL color Cylindrical-coordinate representation of color #FA6898: hue angle of 340.27º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6898 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 104 152 -
CMYK 0 0.58 0.39 0.02
HSL 340.27º 0.94% 0.69% -
HSV(B) 340.27º 0.58% 0.98% -
XYZ 50.04 32.49 33.34 -
YUV 153.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 250 104 152 0 0.58 0.39 0.02 340.27 0.94 0.69
Hex FA 68 98 0 3A 27 2 154 5E 45
Octal 372 150 230 0 72 47 2 524 136 105
Binary 11111010 1101000 10011000 0 111010 100111 10 101010100 1011110 1000101

Color Harmonies of #FA6898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6898

Black with #FA6898

Text Example


Text Example

White with #FA6898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6898; }

 p { color: rgb(250,104,152); }

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

background-color css

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

 a { background-color: rgb(250,104,152); }

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

border-color css

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

 span { border-color: rgb(250,104,152); }

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