Html Css Color HEX #F74ABA Brilliant Rose

📋 copy color: '#F74ABA'

red 247 ◦ green 74 ◦ blue 186

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

Shades of Brilliant Rose #F74ABA

Tints of Brilliant Rose #F74ABA

RGB

 RED value IS 247 (96.88% from 255) = 48.72%

 GREEN value IS 74 (29.3% from 255) = 14.6%

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 48.72%
G = 14.6%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F74ABA (or 0xF74ABA) is known color: Brilliant Rose. HEX triplet: F7, 4A and BA. RGB value is (247,74,186). Sum of RGB (Red+Green+Blue) = 247+74+186=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ABA is #08B545. Grayscale: #8A8A8A. Windows color (decimal): -570694 or 12208887. OLE color: 12208887.

HSL color Cylindrical-coordinate representation of color #F74ABA: hue angle of 321.16º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74ABA is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 74 186 -
CMYK 0 0.70 0.25 0.03
HSL 321.16º 0.92% 0.63% -
HSV(B) 321.16º 0.7% 0.97% -
XYZ 49.67 28.22 49.28 -
YUV 138.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 247 74 186 0 0.70 0.25 0.03 321.16 0.92 0.63
Hex F7 4A BA 0 46 19 3 141 5C 3F
Octal 367 112 272 0 106 31 3 501 134 77
Binary 11110111 1001010 10111010 0 1000110 11001 11 101000001 1011100 111111

Color Harmonies of #F74ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74ABA

Black with #F74ABA

Text Example


Text Example

White with #F74ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74ABA; }

 p { color: rgb(247,74,186); }

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

background-color css

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

 a { background-color: rgb(247,74,186); }

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

border-color css

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

 span { border-color: rgb(247,74,186); }

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