Html Css Color HEX #F4469D Brilliant Rose

📋 copy color: '#F4469D'

red 244 ◦ green 70 ◦ blue 157

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

Shades of Brilliant Rose #F4469D

Tints of Brilliant Rose #F4469D

RGB

 RED value IS 244 (95.7% from 255) = 51.8%

 GREEN value IS 70 (27.73% from 255) = 14.86%

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

R = 51.8%
G = 14.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4469D (or 0xF4469D) is known color: Brilliant Rose. HEX triplet: F4, 46 and 9D. RGB value is (244,70,157). Sum of RGB (Red+Green+Blue) = 244+70+157=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4469D is #0BB962. Grayscale: #838383. Windows color (decimal): -768355 or 10307316. OLE color: 10307316.

HSL color Cylindrical-coordinate representation of color #F4469D: hue angle of 330º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4469D is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 70 157 -
CMYK 0 0.71 0.36 0.04
HSL 330º 0.89% 0.62% -
HSV(B) 330º 0.71% 0.96% -
XYZ 45.58 26.05 34.52 -
YUV 131.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 244 70 157 0 0.71 0.36 0.04 330 0.89 0.62
Hex F4 46 9D 0 47 24 4 14A 59 3E
Octal 364 106 235 0 107 44 4 512 131 76
Binary 11110100 1000110 10011101 0 1000111 100100 100 101001010 1011001 111110

Color Harmonies of #F4469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4469D

Black with #F4469D

Text Example


Text Example

White with #F4469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4469D; }

 p { color: rgb(244,70,157); }

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

background-color css

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

 a { background-color: rgb(244,70,157); }

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

border-color css

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

 span { border-color: rgb(244,70,157); }

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