Html Css Color HEX #FF6294 Brilliant Rose

📋 copy color: '#FF6294'

red 255 ◦ green 98 ◦ blue 148

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

Shades of Brilliant Rose #FF6294

Tints of Brilliant Rose #FF6294

RGB

 RED value IS 255 (100% from 255) = 50.9%

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 50.9%
G = 19.56%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6294 (or 0xFF6294) is known color: Brilliant Rose. HEX triplet: FF, 62 and 94. RGB value is (255,98,148). Sum of RGB (Red+Green+Blue) = 255+98+148=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6294 is #009D6B. Grayscale: #969696. Windows color (decimal): -40300 or 9724671. OLE color: 9724671.

HSL color Cylindrical-coordinate representation of color #FF6294: hue angle of 340.89º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6294 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 98 148 -
CMYK 0 0.62 0.42 0
HSL 340.89º 1% 0.69% -
HSV(B) 340.89º 0.62% 1% -
XYZ 50.95 32.13 31.53 -
YUV 150.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 255 98 148 0 0.62 0.42 0 340.89 1 0.69
Hex FF 62 94 0 3E 2A 0 155 64 45
Octal 377 142 224 0 76 52 0 525 144 105
Binary 11111111 1100010 10010100 0 111110 101010 0 101010101 1100100 1000101

Color Harmonies of #FF6294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6294

Black with #FF6294

Text Example


Text Example

White with #FF6294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6294; }

 p { color: rgb(255,98,148); }

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

background-color css

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

 a { background-color: rgb(255,98,148); }

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

border-color css

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

 span { border-color: rgb(255,98,148); }

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